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: #a7bd9e;
}
.color-2 {
color: #6d9c8b;
}
.color-3 {
color: #507c6b;
}
.color-4 {
color: #3a5952;
}
.color-5 {
color: #2a413e;
}
/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #6d9c8b;
--color-3: #507c6b;
--color-4: #3a5952;
--color-5: #2a413e;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #6d9c8b, #507c6b, #3a5952, #2a413e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #6d9c8b, #507c6b, #3a5952, #2a413e);
}
Similar color palettes
Shades of Green color palette created on .