#FFFEFF
#D7FFFE
Linear CSS gradient
#161 Salt Mountain Gradient
Salt Mountain combines rose (#FFFEFF) and powder blue (#D7FFFE) in a soft two colour stops linear CSS gradient.
The low-contrast softness makes this gradient versatile as a background layer — readable and soothing at the same time.
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
#FFFEFFrgb(255, 254, 255)
#D7FFFErgb(215, 255, 254)
CSS code
background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);