#93A5CF
#E4EFE9
Linear CSS gradient
Cochiti Lake
Cochiti Lake is a muted linear CSS gradient angled at 45° toward the upper right, built from sky blue (#93A5CF) and off-white (#E4EFE9) 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
#93A5CFrgb(147, 165, 207)
#E4EFE9rgb(228, 239, 233)
CSS code
background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);