Build linear, radial, and conic gradients visually and copy the CSS.
background: linear-gradient(135deg, #4AC4E0 0%, #1B5EB5 100%);
bg-[linear-gradient(135deg,#4AC4E0_0%,#1B5EB5_100%)]
Built in
Pick the gradient type, drag color stops, set the angle (linear) or center (radial), and watch the live preview. The generated CSS — and the Tailwind arbitrary-value form — both stay in sync so you can copy whichever your project uses.
Real gradients rarely use two evenly-spaced colors. The stop list lets you add as many stops as you need, set each one's color and percentage position, and reorder them with a click. Drag a stop's position from 0% to 100% along the bar to adjust the falloff curve.
Linear gradients control direction with an angle (0–360°). Radial gradients radiate from a center point — pick the shape (circle / ellipse) and where the center sits inside the box. Conic gradients sweep colors around a center, which is how you build pie-chart looks and color wheels purely in CSS.
Ship-with presets give you popular looks (sunset, ocean, midnight, mesh-style backgrounds). You can save your own gradients to a cf_gradient_presets cookie so they're back on your next visit. The cookie stays on this device — nothing is sent anywhere.
The whole tool runs in your browser. Color math, preset storage, copy-to-clipboard — all client-side. No accounts, no tracking, no server round-trip on every slider change.
Drag and drop or click to select your file.
Adjust quality, size, or format options.
Your processed file is ready instantly.