Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 481 Bytes

File metadata and controls

22 lines (21 loc) · 481 Bytes

infinite-colors

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>