ColorWheel
A directional gradient that smoothly cycles through rainbow colors or a custom set of three colors
Props
Prop
Details
mode"rainbow" | "custom"Default:
rainbowRainbow cycles through the full spectrum; Custom loops through your three chosen colors
mode"rainbow" | "custom"Default: rainbowRainbow cycles through the full spectrum; Custom loops through your three chosen colors
colorAstringDefault:
#ff0000First color in the cycle
colorAstringDefault: #ff0000First color in the cycle
colorBstringDefault:
#00ff88Second color in the cycle
colorBstringDefault: #00ff88Second color in the cycle
colorCstringDefault:
#0066ffThird color in the cycle
colorCstringDefault: #0066ffThird color in the cycle
scalenumberDefault:
1Number of color cycles across the viewport
scalenumberDefault: 1Number of color cycles across the viewport
anglenumberDefault:
0Direction the gradient flows
anglenumberDefault: 0Direction the gradient flows
speednumberDefault:
0.05Speed at which the gradient cycles
speednumberDefault: 0.05Speed at which the gradient cycles
colorSpace"linear" | "oklch" | "oklab" | "hsl" | "hsv" | "lch"Default:
oklchColor space for blending between custom colors
colorSpace"linear" | "oklch" | "oklab" | "hsl" | "hsv" | "lch"Default: oklchColor space for blending between custom colors