div.playkit-spinner > span:nth-child(even) {
    background-color: #ffffff !important; /* will target the even spans, so 2,4,6,8 */
}

div.playkit-spinner > span:nth-child(odd) {
    background-color: #990000 !important; /* will target the odd spans, so 1,3,5,7 */
}
