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