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

Linear CSS gradient

Shady Water

Shady Water runs sweeping from left to right, blending teal (#74EBD5) and lavender (#9FACE6) 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
#74EBD5rgb(116, 235, 213)
#9FACE6rgb(159, 172, 230)

CSS code

background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);

Shady Water preview