I have 5 list items on my page, with the following CSS applied to them:
#content .gallery_work ul li {
    background-color: #FEF5D6 !important;
    border-right: 15px solid blue;
    color: #373C46;
    float: left;
    font-size: 13px;
    height: 250px !important;
    margin: 10px !important;
    text-align: center;
    width: 225px !important;
}
what I'd like to have is 5 possible border colors, and for each li to get one of the colors randomly applied to it.
Does anyone know how this can be done?
 
     
     
    