Tag cloud effect color random

First look at the effect

Code:

.plinks li:nth-child(9n+1){
    background: #EB6841;
}
.plinks li:nth-child(9n+2){
    background: #20a8fe;
}
.plinks li:nth-child(9n+3){
    background: #FE4365;
}
.plinks li:nth-child(9n+4){
    background: #EDC951;
}
.plinks li:nth-child(9n+5){
    background-color: #5cb85c;
}
.plinks li:nth-child(9n+6){
    background-color: #b433ff;
}
.plinks li:nth-child(9n+7){
    background-color: #567e95;
}
.plinks li:nth-child(9n+8){
    background-color: #f60;

}
.plinks li:nth-child(9n+9){
    background-color: #d9534f;
}

 

.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325105596&siteId=291194637