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

Linear CSS gradient

Heavy Rain

A muted linear CSS gradient flowing upward from bottom to top, Heavy Rain blends lavender (#CFD9DF) and off-white (#E2EBF0) in two colour stops.

The muted palette acts as a neutral stage — sophisticated enough on its own, but always cooperative with overlaid elements.

Works well for editorial and publishing sites, minimal portfolios, subtle page dividers. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.

Color palette

ColorHEXRGB
#CFD9DFrgb(207, 217, 223)
#E2EBF0rgb(226, 235, 240)

CSS code

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

Heavy Rain preview