Gradient Generator
Build CSS gradients with live preview. Add color stops, tweak angles/positions, and copy clean output.
How to Use
- Pick a gradient type (Linear, Radial, or Conic).
- Add 2–5 color stops and set optional positions.
- Adjust angle / center / shape as needed.
- Copy the generated CSS or create a Share Link.
—
Details (generated syntax)
CSS Gradient Reference
- Linear:
linear-gradient(ANGLE, STOP1, STOP2, ...) - Radial:
radial-gradient(SHAPE EXTENT at X% Y%, STOPS...) - Conic:
conic-gradient(from ANGLE at X% Y%, STOPS...)
FAQ
Why does my gradient look “banded”?
Banding can happen on low-quality panels or with subtle color transitions. Try adding an intermediate stop, increasing contrast slightly, or applying a tiny noise overlay in your design (outside this tool).
Should I include a fallback color?
Yes for safety. A solid background-color fallback helps older renderers and improves perceived loading.
This tool can include it in the copied snippet.
Why doesn’t the URL update while I adjust things?
Utilities Bunker tools avoid auto-updating URLs during interaction. Use the Share button to generate a link intentionally.
Can I use this for text gradients?
Yes—copy the gradient and use it with background-clip:text techniques in your own CSS.
(This tool outputs the gradient; text styling is implementation-specific.)
Tool Info
Last updated:
Updates may include additional stop controls, export formats, and edge-case handling.