Soft Peach Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Peach palette

Share this palette to:

Soft Peach color palette CSS

/* CSS */
.color-1 {
color: #f4e1d2;
}
.color-2 {
color: #e5b69f;
}
.color-3 {
color: #d59e7c;
}
.color-4 {
color: #c68e5d;
}
.color-5 {
color: #b6803e;
}

/* CSS Variables */
:root {
--color-1: #f4e1d2;
--color-2: #e5b69f;
--color-3: #d59e7c;
--color-4: #c68e5d;
--color-5: #b6803e;
}

Soft Peach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e1d2, #e5b69f, #d59e7c, #c68e5d, #b6803e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e1d2, #e5b69f, #d59e7c, #c68e5d, #b6803e);
}

Soft Peach color palette created on .