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: #007500;
}
.color-2 {
color: #2e8a2f;
}
.color-3 {
color: #5bbf5a;
}
.color-4 {
color: #a9e2a2;
}
.color-5 {
color: #d5f7d4;
}

/* CSS Variables */
:root {
--color-1: #007500;
--color-2: #2e8a2f;
--color-3: #5bbf5a;
--color-4: #a9e2a2;
--color-5: #d5f7d4;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007500, #2e8a2f, #5bbf5a, #a9e2a2, #d5f7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007500, #2e8a2f, #5bbf5a, #a9e2a2, #d5f7d4);
}

Shades of Green color palette created on .