AIColors

linear gradient · OKLCH

Glacier

cool · soft

Edit in generator

CSS

background: linear-gradient(200deg in oklch, #E0F2FE 0%, #7DD3FC 100%);

Tailwind arbitrary

bg-[linear-gradient(200deg in oklch, #E0F2FE 0%, #7DD3FC 100%)]

SCSS

$gradient: linear-gradient(200deg in oklch, #E0F2FE 0%, #7DD3FC 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