Midnight Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Hues palette
Midnight Hues color palette CSS
/* CSS */
.color-1 {
color: #1a1a4c;
}
.color-2 {
color: #3d3d6b;
}
.color-3 {
color: #6a6a8a;
}
.color-4 {
color: #8f8f99;
}
.color-5 {
color: #b3b3cc;
}
/* CSS Variables */
:root {
--color-1: #1a1a4c;
--color-2: #3d3d6b;
--color-3: #6a6a8a;
--color-4: #8f8f99;
--color-5: #b3b3cc;
}
Midnight Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a4c, #3d3d6b, #6a6a8a, #8f8f99, #b3b3cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a4c, #3d3d6b, #6a6a8a, #8f8f99, #b3b3cc);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Midnight Hues color palette created on .