Mystic Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Forest palette

Share this palette to:

Download Mystic Forest Color Palette (PNG)

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

Mystic Forest color palette CSS

/* CSS */
.color-1 {
color: #093e3e;
}
.color-2 {
color: #310c14;
}
.color-3 {
color: #525223;
}
.color-4 {
color: #1e110b;
}
.color-5 {
color: #711939;
}

/* CSS Variables */
:root {
--color-1: #093e3e;
--color-2: #310c14;
--color-3: #525223;
--color-4: #1e110b;
--color-5: #711939;
}

Mystic Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #093e3e, #310c14, #525223, #1e110b, #711939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #093e3e, #310c14, #525223, #1e110b, #711939);
}

Mystic Forest color palette created on .