#E9DEFA
#FBFCDB
Linear CSS gradient
#052 Kind Steel Gradient
Kind Steel blends lilac (#E9DEFA) and lemon (#FBFCDB) in a soft linear CSS gradient 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
#E9DEFArgb(233, 222, 250)
#FBFCDBrgb(251, 252, 219)
CSS code
background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);