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: #6fbe7f;
}
.color-2 {
color: #4cae58;
}
.color-3 {
color: #3c8b49;
}
.color-4 {
color: #2f6f3c;
}
.color-5 {
color: #204c2a;
}

/* CSS Variables */
:root {
--color-1: #6fbe7f;
--color-2: #4cae58;
--color-3: #3c8b49;
--color-4: #2f6f3c;
--color-5: #204c2a;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbe7f, #4cae58, #3c8b49, #2f6f3c, #204c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbe7f, #4cae58, #3c8b49, #2f6f3c, #204c2a);
}

Shades of Green color palette created on .