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: #d1ffbd;
}
.color-2 {
color: #b0f2a6;
}
.color-3 {
color: #9ae09d;
}
.color-4 {
color: #80d68b;
}
.color-5 {
color: #5dd078;
}
/* CSS Variables */
:root {
--color-1: #d1ffbd;
--color-2: #b0f2a6;
--color-3: #9ae09d;
--color-4: #80d68b;
--color-5: #5dd078;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1ffbd, #b0f2a6, #9ae09d, #80d68b, #5dd078);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1ffbd, #b0f2a6, #9ae09d, #80d68b, #5dd078);
}
Similar color palettes
Shades of Green color palette created on .