Midnight Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Blue palette
Midnight Blue color palette PNG image
Midnight Blue color palette CSS
/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #2c5e90;
}
.color-3 {
color: #3e7eb1;
}
.color-4 {
color: #5ea4d9;
}
.color-5 {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #2c5e90;
--color-3: #3e7eb1;
--color-4: #5ea4d9;
--color-5: #a2c7e7;
}
Midnight Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #2c5e90, #3e7eb1, #5ea4d9, #a2c7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #2c5e90, #3e7eb1, #5ea4d9, #a2c7e7);
}
Similar color palettes
Midnight Blue color palette created on .