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: #e5dab8;
}
.color-2 {
color: #c3a383;
}
.color-3 {
color: #9e541f;
}
.color-4 {
color: #b4641d;
}
.color-5 {
color: #4d332d;
}

/* CSS Variables */
:root {
--color-1: #e5dab8;
--color-2: #c3a383;
--color-3: #9e541f;
--color-4: #b4641d;
--color-5: #4d332d;
}

Peachy Pearl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5dab8, #c3a383, #9e541f, #b4641d, #4d332d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5dab8, #c3a383, #9e541f, #b4641d, #4d332d);
}

Peachy Pearl color palette created on .