#ED6EA0
#EC8C69
Linear CSS gradient
Colorful Peach
Colorful Peach is a vivid linear CSS gradient sweeping from left to right, built from hot pink (#ED6EA0) and vermillion (#EC8C69) across two colour stops.
Energetic and appetite-driven, the warm saturated tones push the viewer toward action and engagement.
Works well for food delivery apps, retail sale banners, social media post templates. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#ED6EA0rgb(237, 110, 160)
#EC8C69rgb(236, 140, 105)
CSS code
background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);