Peachy Pearl Color Palette
Discover the beautiful Peachy Pearl color palette featuring albescent white (#f5e2d6), brandy (#e0b59e), my pink (#d7a08e), old rose (#c2907a) and coral tree (#a86e5d).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Peachy Pearl palette
💻 Peachy Pearl color palette CSS
/* CSS */
.color-1 {
color: #f5e2d6;
}
.color-2 {
color: #e0b59e;
}
.color-3 {
color: #d7a08e;
}
.color-4 {
color: #c2907a;
}
.color-5 {
color: #a86e5d;
}
/* CSS Variables */
:root {
--color-1: #f5e2d6;
--color-2: #e0b59e;
--color-3: #d7a08e;
--color-4: #c2907a;
--color-5: #a86e5d;
} 🌈 Peachy Pearl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2d6, #e0b59e, #d7a08e, #c2907a, #a86e5d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2d6, #e0b59e, #d7a08e, #c2907a, #a86e5d);
} 🔗 Explore similar color palettes
Peachy Pearl color palette created on .