Peachy Pearl Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Pearl palette

Share this palette to:

Peachy Pearl color palette CSS

/* CSS */
.color-1 {
color: #f5f5db;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #9f512d;
}
.color-4 {
color: #ce8740;
}
.color-5 {
color: #8b4513;
}

/* CSS Variables */
:root {
--color-1: #f5f5db;
--color-2: #d3b58d;
--color-3: #9f512d;
--color-4: #ce8740;
--color-5: #8b4513;
}

Peachy Pearl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5db, #d3b58d, #9f512d, #ce8740, #8b4513);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5db, #d3b58d, #9f512d, #ce8740, #8b4513);
}

Peachy Pearl color palette created on .