Mesh gradient
Overlap three or four pools of the brand color at different corners and strengths — the signature backdrop of modern product marketing.
Vary the strengths, not the hues: 16 / 12 / 8 percent of one color layers into depth without turning psychedelic.
.mesh {
background-image:
radial-gradient(circle at 20% 10%,
color-mix(in oklab, var(--primary) 16%, transparent), transparent 45%),
radial-gradient(circle at 85% 30%,
color-mix(in oklab, var(--primary) 12%, transparent), transparent 45%),
radial-gradient(circle at 60% 95%,
color-mix(in oklab, var(--primary) 8%, transparent), transparent 50%);
}