Warm Peach Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Peach palette

Share this palette to:

Warm Peach color palette CSS

/* CSS */
.color-1 {
color: #e5b19e;
}
.color-2 {
color: #d89c7d;
}
.color-3 {
color: #c78e70;
}
.color-4 {
color: #b87e61;
}
.color-5 {
color: #a56c50;
}

/* CSS Variables */
:root {
--color-1: #e5b19e;
--color-2: #d89c7d;
--color-3: #c78e70;
--color-4: #b87e61;
--color-5: #a56c50;
}

Warm Peach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b19e, #d89c7d, #c78e70, #b87e61, #a56c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b19e, #d89c7d, #c78e70, #b87e61, #a56c50);
}

Warm Peach color palette created on .