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

Linear CSS gradient

Over Sun

A soft linear CSS gradient angled at 60° toward the upper right, Over Sun blends powder blue (#ABECD6) and lemon (#FBED96) 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
#ABECD6rgb(171, 236, 214)
#FBED96rgb(251, 237, 150)

CSS code

background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);

Over Sun preview