Shades of Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green color palette CSS
/* CSS */
.color-1 {
color: #6ebf87;
}
.color-2 {
color: #4cae65;
}
.color-3 {
color: #3a9c54;
}
.color-4 {
color: #2b8842;
}
.color-5 {
color: #1c7833;
}
/* CSS Variables */
:root {
--color-1: #6ebf87;
--color-2: #4cae65;
--color-3: #3a9c54;
--color-4: #2b8842;
--color-5: #1c7833;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf87, #4cae65, #3a9c54, #2b8842, #1c7833);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf87, #4cae65, #3a9c54, #2b8842, #1c7833);
}
Similar color palettes
Shades of Green color palette created on .