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: #f3a1a0;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #f9e6b9;
}
.color-4 {
color: #f4e69f;
}
.color-5 {
color: #d4c659;
}

/* CSS Variables */
:root {
--color-1: #f3a1a0;
--color-2: #f7c6a1;
--color-3: #f9e6b9;
--color-4: #f4e69f;
--color-5: #d4c659;
}

Warm Peach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a1a0, #f7c6a1, #f9e6b9, #f4e69f, #d4c659);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a1a0, #f7c6a1, #f9e6b9, #f4e69f, #d4c659);
}

Warm Peach color palette created on .