Midnight Blues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Blues palette
Midnight Blues color palette CSS
/* CSS */
.color-1 {
color: #011737;
}
.color-2 {
color: #192a4d;
}
.color-3 {
color: #3a4e78;
}
.color-4 {
color: #8f9bb3;
}
.color-5 {
color: #f0c17a;
}
/* CSS Variables */
:root {
--color-1: #011737;
--color-2: #192a4d;
--color-3: #3a4e78;
--color-4: #8f9bb3;
--color-5: #f0c17a;
}
Midnight Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #011737, #192a4d, #3a4e78, #8f9bb3, #f0c17a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #011737, #192a4d, #3a4e78, #8f9bb3, #f0c17a);
}
Similar color palettes
Midnight Blues color palette created on .