Midnight Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Blue palette
Midnight Blue color palette CSS
/* CSS */
.color-1 {
color: #0c2197;
}
.color-2 {
color: #132bc3;
}
.color-3 {
color: #234ae7;
}
.color-4 {
color: #5b7ef1;
}
.color-5 {
color: #8eb2f5;
}
/* CSS Variables */
:root {
--color-1: #0c2197;
--color-2: #132bc3;
--color-3: #234ae7;
--color-4: #5b7ef1;
--color-5: #8eb2f5;
}
Midnight Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c2197, #132bc3, #234ae7, #5b7ef1, #8eb2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c2197, #132bc3, #234ae7, #5b7ef1, #8eb2f5);
}
Similar color palettes
Midnight Blue color palette created on .