#E9DEFA
#FBFCDB
Linear CSS gradient
Kind Steel
Kind Steel blends lilac (#E9DEFA) and lemon (#FBFCDB) in a soft linear CSS gradient across two colour stops.
Delicate and inviting, the blush tones carry a sense of warmth without ever feeling overpowering.
Works well for wedding and event sites, beauty brand pages, lifestyle newsletter headers. 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%);