Mysterious Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mysterious Forest palette
Mysterious Forest color palette PNG image
Mysterious Forest color palette CSS
/* CSS */
.color-1 {
color: #344640;
}
.color-2 {
color: #57706a;
}
.color-3 {
color: #8ab29e;
}
.color-4 {
color: #c4d9c9;
}
.color-5 {
color: #f2f4ec;
}
/* CSS Variables */
:root {
--color-1: #344640;
--color-2: #57706a;
--color-3: #8ab29e;
--color-4: #c4d9c9;
--color-5: #f2f4ec;
}
Mysterious Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #344640, #57706a, #8ab29e, #c4d9c9, #f2f4ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #344640, #57706a, #8ab29e, #c4d9c9, #f2f4ec);
}
Similar color palettes
Mysterious Forest color palette created on .