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

Linear CSS gradient

New York

A soft linear CSS gradient flowing upward from bottom to top, New York blends peach (#FFF1EB) and powder blue (#ACE0F9) 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
#FFF1EBrgb(255, 241, 235)
#ACE0F9rgb(172, 224, 249)

CSS code

background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);

New York preview