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