Dark Mysterious Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Mysterious Forest palette

Share this palette to:

Download Dark Mysterious Forest Color Palette (PNG)

Download dark mysterious forest color palette PNG image (landscape)
Download dark mysterious forest color palette PNG image (square)

Dark Mysterious Forest color palette CSS

/* CSS */
.color-1 {
color: #1b3c2a;
}
.color-2 {
color: #3b5e45;
}
.color-3 {
color: #6a906c;
}
.color-4 {
color: #b8d6a8;
}
.color-5 {
color: #f0e4b2;
}

/* CSS Variables */
:root {
--color-1: #1b3c2a;
--color-2: #3b5e45;
--color-3: #6a906c;
--color-4: #b8d6a8;
--color-5: #f0e4b2;
}

Dark Mysterious Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3c2a, #3b5e45, #6a906c, #b8d6a8, #f0e4b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3c2a, #3b5e45, #6a906c, #b8d6a8, #f0e4b2);
}

Dark Mysterious Forest color palette created on .