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: #f7e7b6;
}
.color-2 {
color: #f4c99f;
}
.color-3 {
color: #f1a68e;
}
.color-4 {
color: #ed8e78;
}
.color-5 {
color: #e76f6f;
}

/* CSS Variables */
:root {
--color-1: #f7e7b6;
--color-2: #f4c99f;
--color-3: #f1a68e;
--color-4: #ed8e78;
--color-5: #e76f6f;
}

Warm Peach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7b6, #f4c99f, #f1a68e, #ed8e78, #e76f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7b6, #f4c99f, #f1a68e, #ed8e78, #e76f6f);
}

Warm Peach color palette created on .