Midnight Bloom Color Palette
Discover the beautiful Midnight Bloom color palette featuring beauty bush (#f0b7c2), charm (#d66b89), chestnut rose (#c94f70), tapestry (#a54a8c) and kimberly (#7d80aa).
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 Midnight Bloom palette
💻 Midnight Bloom color palette CSS
/* CSS */
.color-1 {
color: #f0b7c2;
}
.color-2 {
color: #d66b89;
}
.color-3 {
color: #c94f70;
}
.color-4 {
color: #a54a8c;
}
.color-5 {
color: #7d80aa;
}
/* CSS Variables */
:root {
--color-1: #f0b7c2;
--color-2: #d66b89;
--color-3: #c94f70;
--color-4: #a54a8c;
--color-5: #7d80aa;
} 🌈 Midnight Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b7c2, #d66b89, #c94f70, #a54a8c, #7d80aa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b7c2, #d66b89, #c94f70, #a54a8c, #7d80aa);
} 🔗 Explore similar color palettes
Midnight Bloom color palette created on .