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: #d9e000;
}
.color-2 {
color: #a6c700;
}
.color-3 {
color: #77b800;
}
.color-4 {
color: #4bad00;
}
.color-5 {
color: #2a9400;
}

/* CSS Variables */
:root {
--color-1: #d9e000;
--color-2: #a6c700;
--color-3: #77b800;
--color-4: #4bad00;
--color-5: #2a9400;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9e000, #a6c700, #77b800, #4bad00, #2a9400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9e000, #a6c700, #77b800, #4bad00, #2a9400);
}

Shades of Green color palette created on .