#EBC0FD
#D9DED8
Linear CSS gradient
#033 Ladoga Bottom Gradient
Ladoga Bottom is a soft linear CSS gradient flowing upward from bottom to top, built from lilac (#EBC0FD) and off-white (#D9DED8) across two colour stops.
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
#EBC0FDrgb(235, 192, 253)
#D9DED8rgb(217, 222, 216)
CSS code
background-image: linear-gradient(to top, #ebc0fd 0%, #d9ded8 100%);