Pearl Color Palette
Discover the beautiful Pearl color palette featuring wafer (#e5d1d1), soft peach (#f0e5e5), vista white (#f9f1f1), oyster pink (#efd7d7) and cold turkey (#d3c5c5).
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 Pearl palette
💻 Pearl color palette CSS
/* CSS */
.color-1 {
color: #e5d1d1;
}
.color-2 {
color: #f0e5e5;
}
.color-3 {
color: #f9f1f1;
}
.color-4 {
color: #efd7d7;
}
.color-5 {
color: #d3c5c5;
}
/* CSS Variables */
:root {
--color-1: #e5d1d1;
--color-2: #f0e5e5;
--color-3: #f9f1f1;
--color-4: #efd7d7;
--color-5: #d3c5c5;
} 🌈 Pearl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d1d1, #f0e5e5, #f9f1f1, #efd7d7, #d3c5c5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d1d1, #f0e5e5, #f9f1f1, #efd7d7, #d3c5c5);
} 🔗 Explore similar color palettes
Pearl color palette created on .