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: #f9e7d7;
}
.color-2 {
color: #f2c7a1;
}
.color-3 {
color: #ebaf89;
}
.color-4 {
color: #e58b7b;
}
.color-5 {
color: #d1666f;
}
/* CSS Variables */
:root {
--color-1: #f9e7d7;
--color-2: #f2c7a1;
--color-3: #ebaf89;
--color-4: #e58b7b;
--color-5: #d1666f;
}
Peachy Pearl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e7d7, #f2c7a1, #ebaf89, #e58b7b, #d1666f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e7d7, #f2c7a1, #ebaf89, #e58b7b, #d1666f);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Peachy Pearl color palette created on .