Generator Tools
CSS Mesh Gradient Generator
Build CSS mesh gradients from stacked radial layers. Drag points, pick colors, copy CSS and SVG. Runs locally in your browser.
Live preview
Drag any marker to reposition it on the surface.
Presets
Points (4 / 8)
Layer order: 1 sits behind, 4 sits on top.
Point 1
85%20%25%55%Point 2
70%75%30%50%Point 3
70%40%75%60%Point 4
60%85%80%45%
How to use
- Pick a preset like Aurora or Sunset to start from a polished mesh.
- Drag any numbered marker on the live preview to move that color blob.
- Adjust the color, spread, opacity, and X/Y for each point in the list below the preview.
- Use Add point or Remove to grow or simplify the mesh (two to eight points).
- Click Copy CSS, Copy classes, or Download SVG to use the gradient in your project.
About this tool
CSS Mesh Gradient Generator builds the soft multi-color backgrounds popularized by modern marketing sites and design systems, even though CSS has no native mesh-gradient primitive. The tool layers two to eight radial-gradient blobs on a single background-image, each anchored at an (x, y) point on the surface, blended over a solid base color. Drag any marker to reposition it on the live preview, pick a hex value from the per-point color input, tune the spread (how far the color reaches before fading) and the opacity (how strongly it tints the base), and the CSS, Tailwind arbitrary-class chain, and SVG export update on every change. Presets cover common looks (Aurora, Sunset, Ocean, Candy, Noir, Pastel) and the Randomize button samples a fresh palette from a curated set of accessible UI hues. The exported CSS uses pure radial-gradient syntax with rgba color stops fading to a transparent same-color stop, which is the recommended pattern for avoiding the muddy gray halo browsers can otherwise paint when interpolating colors through a transparent black. The Tailwind output pairs a background-color utility with an arbitrary background-image utility so the result drops straight into Tailwind v3 or v4 without a config change. The SVG export wraps each layer in an objectBoundingBox radialGradient so the file scales cleanly inside design tools. Mesh gradients are entirely on-device: the colors, positions, and CSS you generate never leave the browser.
Free to use. Works in your browser. No signup, no login.
Related tools
You may also like
CSS Gradient Generator
Linear, radial, and conic gradients with multi-stop editor and live preview.
Open tool
GeneratorCSS Glassmorphism Generator
Tune backdrop blur, tint, border, and shadow with a live preview and copy CSS, React, or Tailwind output.
Open tool
GeneratorColor Palette Generator
Build complementary, analogous, triadic, and monochromatic color schemes from any HEX.
Open tool
GeneratorColor Mixer
Blend two colors with OKLCH, LAB, HSL, or sRGB and copy the steps.
Open tool
GeneratorCSS Box Shadow Generator
Layered box-shadow with live preview, opacity, inset, and Tailwind output.
Open tool