Advertise on WebGradients — reach designers & frontend developers.Learn more

Linear CSS gradient

Zeus Miracle

Zeus Miracle is a soft linear CSS gradient flowing upward from bottom to top, built from lilac (#CD9CF2) and off-white (#F6F3FF) across two colour stops.

Light and airy, the pale hues create a calm, open atmosphere that won't compete with surrounding content.

Works well for health and wellness apps, baby product sites, soft UI card backgrounds. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.

Color palette

ColorHEXRGB
#CD9CF2rgb(205, 156, 242)
#F6F3FFrgb(246, 243, 255)

CSS code

background-image: linear-gradient(to top, #cd9cf2 0%, #f6f3ff 100%);

Zeus Miracle preview