Infinite seamless loop of all colors in the wheel
A funny approach to add dynamic colors to your boring website, Try this out!
<iframe
src="https://hariprasd.github.io/infinite-colors/"
title="infinite-colors"
style={{
position: "fixed",
userSelect: "none",
pointerEvents: "none",
width: "100dvw",
height: "100dvh",
top: "0",
left: "0",
zIndex: "9999",
mixBlendMode: "hue",
}}
></iframe>