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

Linear CSS gradient

Cloudy Knoxville

Cloudy Knoxville is a muted linear CSS gradient angled at 120° toward the lower right, built from off-white (#FDFBFB) and off-white (#EBEDEE) across two colour stops.

Understated and editorial, the desaturated tones let typography and content take centre stage.

Works well for editorial and publishing sites, minimal portfolios, subtle page dividers. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.

Color palette

ColorHEXRGB
#FDFBFBrgb(253, 251, 251)
#EBEDEErgb(235, 237, 238)

CSS code

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

Cloudy Knoxville preview