@keyframes colorMarquee{0%{color:red}25%{color:orange}50%{color:#ff0}75%{color:#0f0}to{color:#0ff}}.marquee-color{animation:colorMarquee 2s linear infinite}.marquee-color:first-child{animation-delay:0s}.marquee-color:nth-child(2){animation-delay:.2s}.marquee-color:nth-child(3){animation-delay:.4s}.marquee-color:nth-child(4){animation-delay:.6s}.marquee-color:nth-child(5){animation-delay:.8s}.marquee-color:nth-child(6){animation-delay:1s}.marquee-color:nth-child(7){animation-delay:1.2s}