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: #b2d56c;
}
.color-2 {
color: #a0b66d;
}
.color-3 {
color: #909b6f;
}
.color-4 {
color: #6d8d7a;
}
.color-5 {
color: #4b7c8b;
}

/* CSS Variables */
:root {
--color-1: #b2d56c;
--color-2: #a0b66d;
--color-3: #909b6f;
--color-4: #6d8d7a;
--color-5: #4b7c8b;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d56c, #a0b66d, #909b6f, #6d8d7a, #4b7c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d56c, #a0b66d, #909b6f, #6d8d7a, #4b7c8b);
}

Shades of Green color palette created on .