UtilVox
🌈
CSS Studio · Multi-Point Color Blending

Mesh Gradient Generator

Craft fluid, multi-point organic mesh gradients with interactive canvas drag handles, blur blending, and PNG export.

⚡ Curated Palettes:

Base Environment Settings

Mesh Control Points (4)

Point #1
X Axis20%
Y Axis30%
Size480px
Opacity80%
Point #2
X Axis80%
Y Axis70%
Size440px
Opacity70%
Point #3
X Axis50%
Y Axis50%
Size520px
Opacity50%
Point #4
X Axis20%
Y Axis80%
Size420px
Opacity60%
1
2
3
4
UtilVox Mesh Studio

Drag the colored numbered control points around the canvas to shape your gradient in real-time.

.mesh-gradient {
  background-color: #0a0a0f;
  background-image:
  radial-gradient(circle at 20% 30%, rgba(255, 107, 53, 0.8) 0%, transparent 60%),
  radial-gradient(circle at 80% 70%, rgba(245, 200, 66, 0.7) 0%, transparent 55%),
  radial-gradient(circle at 50% 50%, rgba(85, 231, 136, 0.5) 0%, transparent 65%),
  radial-gradient(circle at 20% 80%, rgba(96, 165, 250, 0.6) 0%, transparent 53%);
  mix-blend-mode: overlay;
}

Mastering Organic Mesh Gradients, Multi-Point Blending & Aurora Backdrops

Mesh Gradient Architecture & Color Theory

Mesh gradients create stunning, organic, fluid aesthetics reminiscent of Apple, Stripe, and Linear hero sections. By positioning radial gradients at strategic 2D coordinate anchors with varying spread radii and opacity stops, you achieve rich multidimensional color transitions.

Blend ModeColor MathVisual Atmosphere
OverlayCombines Multiply and Screen based on base luminanceHigh-contrast, vibrant tech-noir glow
ScreenMultiplies inverses, yielding brighter outcomesSoft pastel auroras & cotton candy hues
Hard LightIntense directional spotlight effectPunchy cyberpunk neon gradients
Color DodgeBrightens base to reflect blend colorLuminescent laser highlights

Pairing Mesh Gradients with Other CSS Tools

Combine mesh gradients with our CSS pattern generator, add glassmorphic card overlays with our CSS filter generator, or transform elements with our CSS transform generator.