Green Nature Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Nature palette
Green Nature color palette CSS
/* CSS */
.color-1 {
color: #3c9a3f;
}
.color-2 {
color: #5abf5d;
}
.color-3 {
color: #80d68e;
}
.color-4 {
color: #a9e0b7;
}
.color-5 {
color: #d2f4e3;
}
/* CSS Variables */
:root {
--color-1: #3c9a3f;
--color-2: #5abf5d;
--color-3: #80d68e;
--color-4: #a9e0b7;
--color-5: #d2f4e3;
}
Green Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9a3f, #5abf5d, #80d68e, #a9e0b7, #d2f4e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9a3f, #5abf5d, #80d68e, #a9e0b7, #d2f4e3);
}
Similar color palettes
Scroll down to explore 300+ Nature color palettes
Green Nature color palette created on .