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: #d6e6d6;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #62b7a0;
}
.color-4 {
color: #3d8c8f;
}
.color-5 {
color: #2e5b5c;
}
/* CSS Variables */
:root {
--color-1: #d6e6d6;
--color-2: #a7d7b8;
--color-3: #62b7a0;
--color-4: #3d8c8f;
--color-5: #2e5b5c;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e6d6, #a7d7b8, #62b7a0, #3d8c8f, #2e5b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e6d6, #a7d7b8, #62b7a0, #3d8c8f, #2e5b5c);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shades of Green color palette created on .