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: #d1e6a2;
}
.color-2 {
color: #a4d69e;
}
.color-3 {
color: #75b89c;
}
.color-4 {
color: #4b9aa0;
}
.color-5 {
color: #2a7b9d;
}
/* CSS Variables */
:root {
--color-1: #d1e6a2;
--color-2: #a4d69e;
--color-3: #75b89c;
--color-4: #4b9aa0;
--color-5: #2a7b9d;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e6a2, #a4d69e, #75b89c, #4b9aa0, #2a7b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e6a2, #a4d69e, #75b89c, #4b9aa0, #2a7b9d);
}
Similar color palettes
Shades of Green color palette created on .