Shades of Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green palette

Share this palette to:

Shades of Green color palette CSS

/* CSS */
.color-1 {
color: #c4d600;
}
.color-2 {
color: #a8d600;
}
.color-3 {
color: #7bbd00;
}
.color-4 {
color: #4ead00;
}
.color-5 {
color: #398a00;
}

/* CSS Variables */
:root {
--color-1: #c4d600;
--color-2: #a8d600;
--color-3: #7bbd00;
--color-4: #4ead00;
--color-5: #398a00;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d600, #a8d600, #7bbd00, #4ead00, #398a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d600, #a8d600, #7bbd00, #4ead00, #398a00);
}

Shades of Green color palette created on .