Midnight Masquerade Color Palette
Discover the beautiful Midnight Masquerade color palette featuring violet (#390a43), seance (#6a1c7d), tapestry (#a84d91), tussock (#d19c4d) and corn (#e6b000).
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 Masquerade palette
💻 Midnight Masquerade color palette CSS
/* CSS */
.color-1 {
color: #390a43;
}
.color-2 {
color: #6a1c7d;
}
.color-3 {
color: #a84d91;
}
.color-4 {
color: #d19c4d;
}
.color-5 {
color: #e6b000;
}
/* CSS Variables */
:root {
--color-1: #390a43;
--color-2: #6a1c7d;
--color-3: #a84d91;
--color-4: #d19c4d;
--color-5: #e6b000;
} 🌈 Midnight Masquerade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390a43, #6a1c7d, #a84d91, #d19c4d, #e6b000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390a43, #6a1c7d, #a84d91, #d19c4d, #e6b000);
} 🔗 Explore similar color palettes
Midnight Masquerade color palette created on .