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: #053333;
}
.color-2 {
color: #26080e;
}
.color-3 {
color: #49491d;
}
.color-4 {
color: #130b06;
}
.color-5 {
color: #671332;
}

/* CSS Variables */
:root {
--color-1: #053333;
--color-2: #26080e;
--color-3: #49491d;
--color-4: #130b06;
--color-5: #671332;
}

Mystic Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #053333, #26080e, #49491d, #130b06, #671332);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #053333, #26080e, #49491d, #130b06, #671332);
}

Mystic Forest color palette created on .