#DFE9F3
#FFFFFF
Linear CSS gradient
#134 Glass Water Gradient
Glass Water runs flowing upward from bottom to top, blending lavender (#DFE9F3) and off-white (#FFFFFF) in a soft two colour stops linear CSS gradient.
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
#DFE9F3rgb(223, 233, 243)
#FFFFFFrgb(255, 255, 255)
CSS code
background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);