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: #4c8c4a;
}
.color-2 {
color: #76b159;
}
.color-3 {
color: #a0d06c;
}
.color-4 {
color: #d0efbe;
}
.color-5 {
color: #f4f8b9;
}
/* CSS Variables */
:root {
--color-1: #4c8c4a;
--color-2: #76b159;
--color-3: #a0d06c;
--color-4: #d0efbe;
--color-5: #f4f8b9;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8c4a, #76b159, #a0d06c, #d0efbe, #f4f8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8c4a, #76b159, #a0d06c, #d0efbe, #f4f8b9);
}
Similar color palettes
Shades of Green color palette created on .