CSS gradient editor (linear / radial / conic)
Three gradient kinds with live editing β slide the angle / centre / from-angle, add or remove stops, change colours, watch the preview update. Output as CSS, Tailwind v4 arbitrary class, or SVG gradient definition.
Gradient type
Preview
Stops (drag, recolour, add or remove)
- %
- %
Presets
Output format
css
background-image: linear-gradient(135deg, #ff0080 0%, #7928ca 100%);
βΊHow to use
- Pick a gradient type at the top: Linear, Radial, or Conic (e.g. the rainbow wheel).
- The settings panel on the right exposes the geometry knobs for the chosen type (angle / centre / shape / from-angle).
- Below, the Stops editor lets you slide stop positions, click the swatch to change colour, β to drop a stop, or + Add stop. Every gradient needs at least two.
- Presets apply curated combos (Sunset, Vaporwave, Aurora, Spotlight, Rainbow wheel).
- Output tab strip switches between four formats: CSS block / CSS value / Tailwind v4 bracket class / SVG
definition.
Tips
- Linear gradient angle 0Β° points up, 90Β° right β clockwise like a clock face (NOT the mathematical 0Β°=right convention).
- Conic gradient is not natively supported in SVG β the tool emits a comment suggesting
or a CSS background. - Multi-stop gradients can stand in for mesh gradients; 5-7 stops give a really smooth look.
- Tailwind v4
bg-[...]arbitrary classes support every CSS gradient function β no need for a custom utility.
Related tools
- cubic-bezier editorVisual CSS easing curve editor β drag two control points, output CSS / Tailwind v4 / Framer Motion / @keyframes
- Type scale + Fluid clamp() generatorModular ratio + dual-viewport clamp() to compute a full type scale. Outputs Tailwind v4 @theme / CSS vars / SCSS
- box-shadow editor (multi-layer + Material elevation)Visual multi-layer CSS shadow editor with Tailwind 5-level + Material Design 9-elevation presets
- Glassmorphism + Neumorphism generatorGlass (backdrop-filter) + Neumorphism (paired light/dark shadows for raised/inset) β both in one tool, with 3 preview backgrounds