Green Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Forest palette
Green Forest color palette CSS
/* CSS */
.color-1 {
color: #2b5e3c;
}
.color-2 {
color: #4b915d;
}
.color-3 {
color: #6ebf7e;
}
.color-4 {
color: #93d98c;
}
.color-5 {
color: #c3e0b2;
}
/* CSS Variables */
:root {
--color-1: #2b5e3c;
--color-2: #4b915d;
--color-3: #6ebf7e;
--color-4: #93d98c;
--color-5: #c3e0b2;
}
Green Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b5e3c, #4b915d, #6ebf7e, #93d98c, #c3e0b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b5e3c, #4b915d, #6ebf7e, #93d98c, #c3e0b2);
}
Similar color palettes
Green Forest color palette created on .