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: #3a8d3b;
}
.color-2 {
color: #5abf6b;
}
.color-3 {
color: #80d0a0;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}
/* CSS Variables */
:root {
--color-1: #3a8d3b;
--color-2: #5abf6b;
--color-3: #80d0a0;
--color-4: #f9c54e;
--color-5: #f94346;
}
Green Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8d3b, #5abf6b, #80d0a0, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8d3b, #5abf6b, #80d0a0, #f9c54e, #f94346);
}
Similar color palettes
Green Nature color palette created on .