Peachy Pearl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Pearl palette
Peachy Pearl color palette CSS
/* CSS */
.color-1 {
color: #eeecd8;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #a67a59;
}
.color-4 {
color: #d2691e;
}
.color-5 {
color: #5e3517;
}
/* CSS Variables */
:root {
--color-1: #eeecd8;
--color-2: #c19b6c;
--color-3: #a67a59;
--color-4: #d2691e;
--color-5: #5e3517;
}
Peachy Pearl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eeecd8, #c19b6c, #a67a59, #d2691e, #5e3517);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eeecd8, #c19b6c, #a67a59, #d2691e, #5e3517);
}
Similar color palettes
Scroll down to explore 400+ Beige color palettes
Peachy Pearl color palette created on .