Advertise on WebGradients — reach designers & frontend developers.Learn more

Linear CSS gradient

Gentle Care

A soft linear CSS gradient sweeping from left to right, Gentle Care blends peach (#FFC3A0) and blush pink (#FFAFBD) in two colour stops.

The soft warmth of these shades brings a gentle, optimistic quality that feels equally at home in print and on screen.

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
#FFC3A0rgb(255, 195, 160)
#FFAFBDrgb(255, 175, 189)

CSS code

background-image: linear-gradient(to right, #ffc3a0 0%, #ffafbd 100%);

Gentle Care preview