Skip to Content
DocsShadersIridescence

Iridescence

A mesmerizing iridescent shader that creates rainbow-like color patterns with flowing, organic movements. This shader uses trigonometric functions and iterative loops to generate beautiful, shifting iridescent effects reminiscent of oil on water or soap bubbles.

Usage

import { Iridescence } from "@/components/iridescence"; export default function Component() { return <Iridescence />; }

Credit

https://www.shadertoy.com/view/lX2GDR 

Last updated on