Colors
Settings
CSS Code
background: linear-gradient(135deg, #349C98, #1E3A5F);Create beautiful CSS gradients with live preview.
Beautiful gradients
background: linear-gradient(135deg, #349C98, #1E3A5F);The Gradient Generator builds CSS gradients visually: pick your colors, add as many stops as you need, set the angle or switch between linear and radial, watch the live preview, and copy the finished CSS in one click. It removes the write-refresh-squint loop of hand-authoring gradient syntax — you see exactly what you're getting before any code touches your stylesheet. Runs entirely in your browser.
A standard background declaration using linear-gradient() or radial-gradient() with your chosen colors and angle — modern syntax that every current browser supports, ready to paste into any stylesheet, Tailwind arbitrary value, or inline style.
Start with two and add as many additional stops as your design needs — CSS gradients support long stop lists, and multi-stop gradients are how the smooth multi-hue backgrounds you see on modern landing pages are made.
Linear sweeps from one edge toward another at the angle you set — the workhorse for buttons, banners, and section backgrounds. Radial blooms outward from the center — better for glows, spotlights, and vignette effects.
No — the preview and the CSS are generated entirely in your browser.