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: #293a18;
}
.color-2 {
color: #4c5c2e;
}
.color-3 {
color: #6c7b42;
}
.color-4 {
color: #99a95b;
}
.color-5 {
color: #c2d47d;
}
/* CSS Variables */
:root {
--color-1: #293a18;
--color-2: #4c5c2e;
--color-3: #6c7b42;
--color-4: #99a95b;
--color-5: #c2d47d;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #293a18, #4c5c2e, #6c7b42, #99a95b, #c2d47d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #293a18, #4c5c2e, #6c7b42, #99a95b, #c2d47d);
}
Similar color palettes
Shades of Green color palette created on .