#868F96
#596164
Linear CSS gradient
#081 Mountain Rock Gradient
Mountain Rock is a muted linear CSS gradient sweeping from left to right, built from light gray (#868F96) and gray (#596164) 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
#868F96rgb(134, 143, 150)
#596164rgb(89, 97, 100)
CSS code
background-image: linear-gradient(to right, #868f96 0%, #596164 100%);