CSS Gradient Generator
Build a linear or radial CSS gradient and copy the ready-to-paste rule.
Linear gradients blend along a line you set with the angle (0° points up, 90° points right). Radial gradients blend outward from the center. Add up to six stops and slide each one to place the color exactly where you want it, then paste the background rule straight into your CSS.
How to make a gradient
Choose linear or radial, then set your color stops and their positions. For a linear gradient, drag the angle slider to aim the blend. The preview pane shows the result and the CSS box updates live.
Using the CSS
When the preview looks right, click Copy CSS to grab the full background declaration, then paste it onto any element in your stylesheet. The rule uses standard linear-gradient or radial-gradient syntax that every modern browser supports.