Gradient Mesh Generator

Create beautiful gradient mesh backgrounds. Click any control point to change its color, use presets, or randomize. Export as PNG or copy CSS.

Preview

Click any colored circle to change that control point's color

CSS Output

background: radial-gradient(ellipse at 0% 0%, #00E5FF 0%, transparent 70%),
  radial-gradient(ellipse at 50% 0%, #00BCD4 0%, transparent 70%),
  radial-gradient(ellipse at 100% 0%, #0097A7 0%, transparent 70%),
  radial-gradient(ellipse at 0% 50%, #1565C0 0%, transparent 70%),
  radial-gradient(ellipse at 50% 50%, #0D47A1 0%, transparent 70%),
  radial-gradient(ellipse at 100% 50%, #1976D2 0%, transparent 70%),
  radial-gradient(ellipse at 0% 100%, #004D40 0%, transparent 70%),
  radial-gradient(ellipse at 50% 100%, #00695C 0%, transparent 70%),
  radial-gradient(ellipse at 100% 100%, #00897B 0%, transparent 70%);

Presets

Control Points

About Gradient Mesh Generator

The mesh is created using bilinear interpolation across a 3×3 grid of color control points. Each pixel's color is smoothly blended from its four nearest corner colors. The CSS output uses overlapping radial gradients as an approximation suitable for web use. Download the PNG for pixel-perfect results in design tools.

FAQ

Is Gradient Mesh Generator free to use?

Yes, Gradient Mesh Generator is completely free to use on UtilityCove.

Does Gradient Mesh Generator upload my data?

No. Gradient Mesh Generator runs in your browser, so your input stays on your device.

Can I use Gradient Mesh Generator on mobile?

Yes. Gradient Mesh Generator works on modern mobile and desktop browsers.