↑↓ nudge focused slider by 1 (⇧ ±10)
approximation — SVG angle convention differs from CSS; rotate transform gets it close, not pixel-exact
↑↓ nudge focused slider by 1 (⇧ ±10)
approximation — SVG angle convention differs from CSS; rotate transform gets it close, not pixel-exact
Updated 2026-08-19
Create CSS gradients online for free. Pick linear or radial, add colour stops, drag their positions,
and set the angle — all with a live preview — then copy the ready-to-use background declaration.
Everything runs in your browser, so nothing you design is uploaded.
Hand-writing gradient CSS means guessing at angles and stop positions and reloading to see the result.
This generator shows the blend as you build it and emits clean, standard linear-gradient() or
radial-gradient() syntax that works in every modern browser without a vendor prefix — drop it onto a
page background, a hero, a button, or a card.
linear, 90°, #7c6aff → #0891b2
background: linear-gradient(90deg, #7c6aff 0%, #0891b2 100%);
radial circle, #f97316 → #111827
background: radial-gradient(circle, #f97316 0%, #111827 100%);