Generate modern multi-point mesh gradients and copy the CSS. Tweak the point count and reshuffle until it sings.
background-color: #7C5CFF;
background-image:
radial-gradient(at 63% 24%, #7C5CFF 0px, transparent 55%),
radial-gradient(at 22% 64%, #F0407A 0px, transparent 55%),
radial-gradient(at 84% 48%, #CBF969 0px, transparent 55%),
radial-gradient(at 20% 75%, #5CEADC 0px, transparent 55%);A mesh gradient is built by layering several radial gradients at different positions so their colors bleed into one another, creating a smooth multi-color field with no hard edges. The tool places these color points across the canvas and stacks them with CSS, so the exported code is plain background layers any browser can render.
Choose the colors for the mesh points, or generate a random combination.
Reposition or recolor points until the soft transitions look the way you want.
Copy the generated background CSS and drop it onto a section, hero or card.