What this tool does
The Gradient Generator builds CSS linear, radial, and conic gradients visually. Choose a type, set the angle or position, add colour stops, and copy CSS that’s ready to paste into your stylesheet — with an optional solid-colour fallback for older browsers.
How it works
The tool assembles a standard CSS gradient function from your inputs: linear-gradient(<angle>deg, …), radial-gradient(<shape> at <position>, …), or conic-gradient(from <angle>deg at <position>, …). The logic is a pure function — the same inputs always produce the same CSS.
Privacy
Everything runs locally in your browser. No values are uploaded, logged, or stored.