Mesh Gradient Generator

Create beautiful, complex mesh gradients with multiple color points. Perfect for modern hero sections and backgrounds!

Mesh Gradient Preview

Top Left
Top Right
Bottom Right
Bottom Left
/* Mesh Gradient */
background-color: #ff6b6b;
background-image: 
    radial-gradient(at 0% 0%, #ff6b6b 0px, transparent 50%),
    radial-gradient(at 100% 0%, #4ecdc4 0px, transparent 50%),
    radial-gradient(at 100% 100%, #45b7d1 0px, transparent 50%),
    radial-gradient(at 0% 100%, #96ceb4 0px, transparent 50%);
filter: blur(60px);

Features

  • 4-point mesh gradients
  • Lock colors while randomizing
  • Adjustable blur intensity
  • Pre-made color palettes
  • Copy-ready CSS code

How to Use

  1. 1
    Customize each corner color
  2. 2
    Lock colors you want to keep
  3. 3
    Use Generate to randomize unlocked colors
  4. 4
    Adjust blur for smoothness
  5. 5
    Copy the CSS code

Frequently Asked Questions

What is a mesh gradient?

A mesh gradient blends multiple colors from different points, creating a complex, organic-looking gradient.

How do I add grain texture?

Add a semi-transparent noise image overlay or use CSS noise patterns on top of the gradient.