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