Midnight Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Forest palette

Share this palette to:

Midnight Forest color palette PNG image

Download midnight forest color palette PNG image (landscape)
Download midnight forest color palette PNG image (square)

Midnight Forest color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #2b5e4c;
}
.color-3 {
color: #007f80;
}
.color-4 {
color: #4a4a4a;
}
.color-5 {
color: #6f4c3e;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #2b5e4c;
--color-3: #007f80;
--color-4: #4a4a4a;
--color-5: #6f4c3e;
}

Midnight Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #2b5e4c, #007f80, #4a4a4a, #6f4c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #2b5e4c, #007f80, #4a4a4a, #6f4c3e);
}

Midnight Forest color palette created on .