AIColors

linear gradient · OKLCH

Flamingo

warm · soft

Edit in generator

CSS

background: linear-gradient(120deg in oklch, #FB7185 0%, #F472B6 50%, #C084FC 100%);

Tailwind arbitrary

bg-[linear-gradient(120deg in oklch, #FB7185 0%, #F472B6 50%, #C084FC 100%)]

SCSS

$gradient: linear-gradient(120deg in oklch, #FB7185 0%, #F472B6 50%, #C084FC 100%);

OKLCH interpolation needs Safari 16.4+, Chrome 111+, or Firefox 113+. For older browsers, drop the in oklch keyword for an sRGB fallback.

Related gradients