Midnight Blossom Drive Color Palette
Discover the beautiful Midnight Blossom Drive color palette featuring illusion (#f4b2c9), wewak (#ee9eb6), hopbush (#ce6f95), affair (#723d83) and mirage (#1c1e33).
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 Blossom Drive palette
💻 Midnight Blossom Drive color palette CSS
/* CSS */
.color-1 {
color: #f4b2c9;
}
.color-2 {
color: #ee9eb6;
}
.color-3 {
color: #ce6f95;
}
.color-4 {
color: #723d83;
}
.color-5 {
color: #1c1e33;
}
/* CSS Variables */
:root {
--color-1: #f4b2c9;
--color-2: #ee9eb6;
--color-3: #ce6f95;
--color-4: #723d83;
--color-5: #1c1e33;
} 🌈 Midnight Blossom Drive background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b2c9, #ee9eb6, #ce6f95, #723d83, #1c1e33);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b2c9, #ee9eb6, #ce6f95, #723d83, #1c1e33);
} 🔗 Explore similar color palettes
Midnight Blossom Drive color palette created on .