Conic Gradient Generator

Conic gradients rotate hues around a center point — useful for data viz, loaders, and creative angular patterns.

background: conic-gradient(from 90deg, #5B21B6 0%, #7C3AED 50%, #C4B5FD 100%);
background: -webkit-conic-gradient(from 90deg, #5B21B6 0%, #7C3AED 50%, #C4B5FD 100%);
background: conic-gradient(from 90deg, #5B21B6 0%, #7C3AED 50%, #C4B5FD 100%);

Import colors from the palette generator. Bright RGB gradients may shift in CMYK print — verify before production.

Color tools

Palettes, gradients, accessibility checks, and print-ready conversions — all in one place.

Explore all gradient types in the main CSS gradient generator.