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: #8fbc8f;
}
.color-2 {
color: #6bae6c;
}
.color-3 {
color: #4a8c4a;
}
.color-4 {
color: #2d7b2d;
}
.color-5 {
color: #1f4d1f;
}

/* CSS Variables */
:root {
--color-1: #8fbc8f;
--color-2: #6bae6c;
--color-3: #4a8c4a;
--color-4: #2d7b2d;
--color-5: #1f4d1f;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fbc8f, #6bae6c, #4a8c4a, #2d7b2d, #1f4d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fbc8f, #6bae6c, #4a8c4a, #2d7b2d, #1f4d1f);
}

Shades of Green color palette created on .