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