@keyframes firstStopColor{0%,to{stop-color:#9900ef}50%{stop-color:#dc215f}}@keyframes secondStopColor{0%,to{stop-color:#0693e3}50%{stop-color:#9013d8}}.stop-first{animation:firstStopColor 5s infinite}.stop-second{animation:secondStopColor 5s infinite}