Generate complete design system color palettes from a single primary color using OKLCH color space and multiple generation methods.
Type OKLCH or use the sliders. We’ll keep it valid and in sync.
A complete color system derived from oklch(49.6% 0.272 303.89)
Export your generated palettes to different design systems
:root {
--radius: 0.65rem;
--background: oklch(1.000 0.000 0.000);
--foreground: oklch(0.150 0.008 303.890);
--card: oklch(1.000 0.000 0.000);
--card-foreground: oklch(0.150 0.008 303.890);
...