Gradient Mesh Generator

Create stunning multi-point mesh gradients with a visual canvas editor. Place and move color stops, adjust interpolation, and generate CSS using layered radial gradient stacks.

PreviewDrag points · Click empty area to add (max 8)

4/8 points

Selected Point

20%
30%
50%
SmallLarge

Global Controls

1.0x
0.5x (tight)2.0x (wide)

Presets

Generated CSS

.mesh-gradient {
  background:
  radial-gradient(at 20% 30%, rgba(255,107,107,0.8) 0%, transparent 50%),
  radial-gradient(at 80% 20%, rgba(78,205,196,0.8) 0%, transparent 50%),
  radial-gradient(at 50% 80%, rgba(69,183,209,0.8) 0%, transparent 50%),
  radial-gradient(at 10% 90%, rgba(150,206,180,0.8) 0%, transparent 50%),
  #1a1a2e;
}

Export

background: ...
.mesh-gradient { ... }

Tips: Drag the colored circles on the canvas to reposition points. Click empty areas to add new points (up to 8). Use the sliders to fine-tune each point, or pick a preset to get started quickly.

Related Tools