#93A5CF
#E4EFE9
Linear CSS gradient
Clean Mirror
Clean Mirror 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.
The muted palette acts as a neutral stage — sophisticated enough on its own, but always cooperative with overlaid elements.
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%);