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: #ff6e61;
}
.color-2 {
color: #ffb06b;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #f6e6b1;
}
.color-5 {
color: #d1a8b8;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb06b;
--color-3: #ffd900;
--color-4: #f6e6b1;
--color-5: #d1a8b8;
}

Peach Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb06b, #ffd900, #f6e6b1, #d1a8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb06b, #ffd900, #f6e6b1, #d1a8b8);
}

Peach Sunset color palette created on .