CSS Mesh Gradient
Create beautiful mesh gradient backgrounds with 4 color points and adjustable blur. Copy the pure CSS output and use it in any project.
① Pick 4 colors for each corner ② Adjust blur intensity ③ Copy the CSS output
What is a mesh gradient?
A mesh gradient is a smooth, multi-point color blend that produces fluid, aurora-like backgrounds. Unlike a standard linear or radial gradient (which transitions between two endpoints), a mesh gradient places multiple color points across the surface and interpolates smoothly between them. The CSS implementation uses overlapping radial-gradient layers anchored at each corner — a lightweight, zero-image technique compatible with all modern browsers. Mesh gradients are popular for hero sections, app backgrounds, card designs, and premium landing pages.