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