#E6E9F0
#EEF1F5
Linear CSS gradient
Snow Again
Snow Again runs flowing upward from bottom to top, blending off-white (#E6E9F0) and off-white (#EEF1F5) in a muted two colour stops linear CSS gradient.
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
#E6E9F0rgb(230, 233, 240)
#EEF1F5rgb(238, 241, 245)
CSS code
background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);