Color & Design
Color Converter
Convert colors between HEX, RGB and HSL with a live preview.
Open toolColor & Design
Blend two colors into a gradient, adjust the angle and shape, and copy the CSS when the preview looks right.
Good to know
Into the background property of the element you want to style, for example .hero { background: linear-gradient(...); }.
Very close colors over a large area can band on some screens. Adding a slight hue difference or a subtle noise overlay usually fixes it.
Linear and radial CSS gradients are supported in every modern browser without prefixes.
Yes — use the CSS Gradient Generator, which supports multiple stops and conic gradients.