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

Linear CSS gradient

Winter Neva

A soft linear CSS gradient angled at 120° toward the lower right, Winter Neva blends lavender (#A1C4FD) and powder blue (#C2E9FB) in 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
#A1C4FDrgb(161, 196, 253)
#C2E9FBrgb(194, 233, 251)

CSS code

background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

Winter Neva preview