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: #151528;
}
.color-2 {
color: #292929;
}
.color-3 {
color: #152828;
}
.color-4 {
color: #4f6363;
}
.color-5 {
color: #281528;
}

/* CSS Variables */
:root {
--color-1: #151528;
--color-2: #292929;
--color-3: #152828;
--color-4: #4f6363;
--color-5: #281528;
}

Midnight Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #151528, #292929, #152828, #4f6363, #281528);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #151528, #292929, #152828, #4f6363, #281528);
}

Midnight Forest color palette created on .