Mystic Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Forest palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mystic Forest Color Palette (PNG)
Mystic Forest color palette CSS
/* CSS */
.color-1 {
color: #094343;
}
.color-2 {
color: #4f2222;
}
.color-3 {
color: #a0b05e;
}
.color-4 {
color: #3a231d;
}
.color-5 {
color: #7d264c;
}
/* CSS Variables */
:root {
--color-1: #094343;
--color-2: #4f2222;
--color-3: #a0b05e;
--color-4: #3a231d;
--color-5: #7d264c;
}
Mystic Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #094343, #4f2222, #a0b05e, #3a231d, #7d264c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #094343, #4f2222, #a0b05e, #3a231d, #7d264c);
}
Similar color palettes
Mystic Forest color palette created on .