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: #3c5d3e;
}
.color-2 {
color: #5b7e4e;
}
.color-3 {
color: #8dbf6e;
}
.color-4 {
color: #a4d788;
}
.color-5 {
color: #e9f5b7;
}
/* CSS Variables */
:root {
--color-1: #3c5d3e;
--color-2: #5b7e4e;
--color-3: #8dbf6e;
--color-4: #a4d788;
--color-5: #e9f5b7;
}
Green Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5d3e, #5b7e4e, #8dbf6e, #a4d788, #e9f5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5d3e, #5b7e4e, #8dbf6e, #a4d788, #e9f5b7);
}
Similar color palettes
Green Forest color palette created on .