#FFE29F
#FFA99F
#FF719A
Linear CSS gradient
Angel Care
Angel Care combines peach (#FFE29F), blush pink (#FFA99F), and hot pink (#FF719A) in a soft 3 colour stops linear CSS gradient.
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
#FFE29Frgb(255, 226, 159)
#FFA99Frgb(255, 169, 159)
#FF719Argb(255, 113, 154)
CSS code
background-image: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);