Peachy White Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy White palette

Share this palette to:

Peachy White color palette CSS

/* CSS */
.color-1 {
color: #f0e0d1;
}
.color-2 {
color: #e6b9a8;
}
.color-3 {
color: #d18e7a;
}
.color-4 {
color: #c66c4e;
}
.color-5 {
color: #a3593e;
}

/* CSS Variables */
:root {
--color-1: #f0e0d1;
--color-2: #e6b9a8;
--color-3: #d18e7a;
--color-4: #c66c4e;
--color-5: #a3593e;
}

Peachy White background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0d1, #e6b9a8, #d18e7a, #c66c4e, #a3593e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0d1, #e6b9a8, #d18e7a, #c66c4e, #a3593e);
}

Peachy White color palette created on .