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

Linear CSS gradient

Rainy Ashville

Rainy Ashville runs flowing upward from bottom to top, blending rose (#FBC2EB) and lavender (#A6C1EE) in a soft two colour stops linear CSS gradient.

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
#FBC2EBrgb(251, 194, 235)
#A6C1EErgb(166, 193, 238)

CSS code

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

Rainy Ashville preview