@keyframes hueShift { 0% { filter: hue-rotate(0deg); } 50% { filter: hue-rotate(170deg); } 100% { filter: hue-rotate(0deg); } }