#E3FDF5
#FFE6FA
Linear CSS gradient
#162 Perfect White Gradient
Perfect White is a soft linear CSS gradient built from powder blue (#E3FDF5) and rose (#FFE6FA) 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
#E3FDF5rgb(227, 253, 245)
#FFE6FArgb(255, 230, 250)
CSS code
background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);