@keyframes wush {
    25% { filter: hue-rotate(90deg); }
    50% { filter: hue-rotate(180deg); }
    75% { filter: hue-rotate(270deg); }
}

* { animation: wush 300s ease infinite; }
html, body { background: unset; }