Pearl Blossom Color Palette
Discover the beautiful Pearl Blossom color palette featuring white linen (#f7efe4), twilight (#e1c7d4), akaroa (#dabaaa), london hue (#b5a4b7) and albescent white (#f5d8d1).
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 Blossom palette
💻 Pearl Blossom color palette CSS
/* CSS */
.color-1 {
color: #f7efe4;
}
.color-2 {
color: #e1c7d4;
}
.color-3 {
color: #dabaaa;
}
.color-4 {
color: #b5a4b7;
}
.color-5 {
color: #f5d8d1;
}
/* CSS Variables */
:root {
--color-1: #f7efe4;
--color-2: #e1c7d4;
--color-3: #dabaaa;
--color-4: #b5a4b7;
--color-5: #f5d8d1;
} 🌈 Pearl Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7efe4, #e1c7d4, #dabaaa, #b5a4b7, #f5d8d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7efe4, #e1c7d4, #dabaaa, #b5a4b7, #f5d8d1);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Pearl Blossom color palette created on .