Midnight Luxe Color Palette
Discover the beautiful Midnight Luxe color palette featuring downriver (#0a2243), hit gray (#a2b3b9), old gold (#d4af35), azure radiance (#007bff) and pizazz (#ff8c00).
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 Luxe palette
💻 Midnight Luxe color palette CSS
/* CSS */
.color-1 {
color: #0a2243;
}
.color-2 {
color: #a2b3b9;
}
.color-3 {
color: #d4af35;
}
.color-4 {
color: #007bff;
}
.color-5 {
color: #ff8c00;
}
/* CSS Variables */
:root {
--color-1: #0a2243;
--color-2: #a2b3b9;
--color-3: #d4af35;
--color-4: #007bff;
--color-5: #ff8c00;
} 🌈 Midnight Luxe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a2243, #a2b3b9, #d4af35, #007bff, #ff8c00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a2243, #a2b3b9, #d4af35, #007bff, #ff8c00);
} 🔗 Explore similar color palettes
Midnight Luxe color palette created on .