Midnight Blossom Color Palette
Discover the beautiful Midnight Blossom color palette featuring violet (#240641), jagger (#3a0e4e), eminence (#5a2b7d), strikemaster (#a45b9b) and illusion (#f7abb4).
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 palette
💻 Midnight Blossom color palette CSS
/* CSS */
.color-1 {
color: #240641;
}
.color-2 {
color: #3a0e4e;
}
.color-3 {
color: #5a2b7d;
}
.color-4 {
color: #a45b9b;
}
.color-5 {
color: #f7abb4;
}
/* CSS Variables */
:root {
--color-1: #240641;
--color-2: #3a0e4e;
--color-3: #5a2b7d;
--color-4: #a45b9b;
--color-5: #f7abb4;
} 🌈 Midnight Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #240641, #3a0e4e, #5a2b7d, #a45b9b, #f7abb4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #240641, #3a0e4e, #5a2b7d, #a45b9b, #f7abb4);
} 🔗 Explore similar color palettes
Midnight Blossom color palette created on .