Midnight Blues Color Palette
Discover the beautiful Midnight Blues color palette featuring black (#000000), cello (#1f3b61), chambray (#3b5a8c), steel blue (#5c7cb7) and ebb (#e7e2df).
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 Blues palette
💻 Midnight Blues color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #1f3b61;
}
.color-3 {
color: #3b5a8c;
}
.color-4 {
color: #5c7cb7;
}
.color-5 {
color: #e7e2df;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #1f3b61;
--color-3: #3b5a8c;
--color-4: #5c7cb7;
--color-5: #e7e2df;
} 🌈 Midnight Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #1f3b61, #3b5a8c, #5c7cb7, #e7e2df);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #1f3b61, #3b5a8c, #5c7cb7, #e7e2df);
} 🔗 Explore similar color palettes
Midnight Blues color palette created on .