CSS Gradient Generator
Create beautiful linear and radial CSS gradients with live preview and instant copy.
135°
Color Stops
Presets
CSS Output
Copied!
How to Use the CSS Gradient Generator
Choose between linear and radial gradient types, adjust the angle for linear gradients, and add as many color stops as you need. Each stop has a color picker and a position slider. The live preview updates instantly, and you can copy the ready-to-use CSS with one click.
What Is a CSS Gradient?
A CSS gradient is a smooth transition between two or more colors rendered entirely in the browser without any image files. The background property accepts linear-gradient() and radial-gradient() functions, making it easy to create rich backgrounds, buttons, and overlays with pure CSS.