Discover the beautiful Midnight Blue color palette featuring khaki (#f0e78e), periwinkle gray (#b6c8e2), kashmir blue (#496a9c), chambray (#2f4b7f) and big stone (#141c39).
Midnight Blue Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Midnight Blue palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Midnight Blue palette
💻 Midnight Blue color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #b6c8e2;
}
.color-3 {
color: #496a9c;
}
.color-4 {
color: #2f4b7f;
}
.color-5 {
color: #141c39;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #b6c8e2;
--color-3: #496a9c;
--color-4: #2f4b7f;
--color-5: #141c39;
}
🌈 Midnight Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #b6c8e2, #496a9c, #2f4b7f, #141c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #b6c8e2, #496a9c, #2f4b7f, #141c39);
}
🔗 Explore similar color palettes
Midnight Blue color palette created on .