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