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

Linear CSS gradient

Fresh Oasis

Fresh Oasis blends powder blue (#7DE2FC) and lavender (#B9B6E5) in a soft linear CSS gradient across two colour stops.

The low-contrast softness makes this gradient versatile as a background layer — readable and soothing at the same time.

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
#7DE2FCrgb(125, 226, 252)
#B9B6E5rgb(185, 182, 229)

CSS code

background-image: linear-gradient(-225deg, #7DE2FC 0%, #B9B6E5 100%);

Fresh Oasis preview