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