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: #a7d94a;
}
.color-2 {
color: #7ab87b;
}
.color-3 {
color: #4cae8c;
}
.color-4 {
color: #2b9c8b;
}
.color-5 {
color: #1d7a8b;
}

/* CSS Variables */
:root {
--color-1: #a7d94a;
--color-2: #7ab87b;
--color-3: #4cae8c;
--color-4: #2b9c8b;
--color-5: #1d7a8b;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d94a, #7ab87b, #4cae8c, #2b9c8b, #1d7a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d94a, #7ab87b, #4cae8c, #2b9c8b, #1d7a8b);
}

Shades of Green color palette created on .