Create beautiful linear and radial CSS gradients visually. Add multiple color stops, adjust angles, and copy the code with one click.
CSS gradients let you display smooth transitions between two or more colors. They're rendered by the browser (not images), so they scale perfectly at any resolution and load instantly. The two main types are linear-gradient (colors transition along a straight line) and radial-gradient (colors radiate from a center point).
Gradients are widely supported across all modern browsers. For reference, see the MDN CSS gradient documentation.
For more developer tools, check our Color Picker and Regex Tester.