Midnight Blues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Blues palette
Color Inspiration
Images that showcase this color palette in real designs
Download Midnight Blues Color Palette (PNG)
Midnight Blues color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #1f3a61;
}
.color-3 {
color: #3b5a8c;
}
.color-4 {
color: #5c7cb7;
}
.color-5 {
color: #e7e2df;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #1f3a61;
--color-3: #3b5a8c;
--color-4: #5c7cb7;
--color-5: #e7e2df;
}
Midnight Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #1f3a61, #3b5a8c, #5c7cb7, #e7e2df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #1f3a61, #3b5a8c, #5c7cb7, #e7e2df);
}
Similar color palettes
Midnight Blues color palette created on .