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