#FFE29F
#FFA99F
#FF719A
Linear CSS gradient
#158 Angel Care Gradient
Angel Care combines peach (#FFE29F), blush pink (#FFA99F), and hot pink (#FF719A) in a soft 3 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
#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%);