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: #126e41;
}
.color-2 {
color: #1f894d;
}
.color-3 {
color: #2fc16e;
}
.color-4 {
color: #4ee49e;
}
.color-5 {
color: #a9e5d1;
}

/* CSS Variables */
:root {
--color-1: #126e41;
--color-2: #1f894d;
--color-3: #2fc16e;
--color-4: #4ee49e;
--color-5: #a9e5d1;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #126e41, #1f894d, #2fc16e, #4ee49e, #a9e5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #126e41, #1f894d, #2fc16e, #4ee49e, #a9e5d1);
}

Shades of Green color palette created on .