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: #4a5c33;
}
.color-2 {
color: #697d4a;
}
.color-3 {
color: #8ba659;
}
.color-4 {
color: #b0c86a;
}
.color-5 {
color: #d2e77e;
}
/* CSS Variables */
:root {
--color-1: #4a5c33;
--color-2: #697d4a;
--color-3: #8ba659;
--color-4: #b0c86a;
--color-5: #d2e77e;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5c33, #697d4a, #8ba659, #b0c86a, #d2e77e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5c33, #697d4a, #8ba659, #b0c86a, #d2e77e);
}
Similar color palettes
Shades of Green color palette created on .