Peach Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peach Sunset palette

Share this palette to:

Peach Sunset color palette CSS

/* CSS */
.color-1 {
color: #f8c8c4;
}
.color-2 {
color: #f2a2a1;
}
.color-3 {
color: #f29e7d;
}
.color-4 {
color: #f5d76b;
}
.color-5 {
color: #f1e2b1;
}

/* CSS Variables */
:root {
--color-1: #f8c8c4;
--color-2: #f2a2a1;
--color-3: #f29e7d;
--color-4: #f5d76b;
--color-5: #f1e2b1;
}

Peach Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c8c4, #f2a2a1, #f29e7d, #f5d76b, #f1e2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c8c4, #f2a2a1, #f29e7d, #f5d76b, #f1e2b1);
}

Peach Sunset color palette created on .