Free Tool
CSS Gradient Generator
Create beautiful gradients and copy the CSS code
Gradient Settings
Color Stops
0%
100%
Generated Code
background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
bg-gradient-to-r from-[#667eea] to-[#764ba2]
linear-gradient(90deg, #667eea 0%, #764ba2 100%)
Presets
Click to apply
About This Tool
Create CSS gradients visually — linear, radial, and conic. Drag color stops, adjust angles, and see the gradient update in real time. Copy the CSS code when you're happy. Way faster than tweaking gradient values by hand in your stylesheet.
How to Use
- 1Pick your gradient type (linear, radial, or conic)
- 2Add and position color stops on the gradient bar
- 3Adjust the angle or center point
- 4Copy the generated CSS code
Why Use This?
CSS gradients have tricky syntax, and small changes in stop positions or angles make a big visual difference. A visual editor lets you dial in exactly what you want instead of refreshing the browser 50 times.