Skip to content
All Tools
CSS Tool · Free · No Signup

CSS Gradient Generator

Create stunning CSS gradients with a live preview. Linear, radial, and conic types with full color stop control and 8 beautiful presets.

Presets

Gradient Type

Direction

Color Stops

#667eea
0%
#764ba2
100%

CSS Output

background
background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
background-image
background-image: linear-gradient(to right, #667eea 0%, #764ba2 100%);