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: #5b7d8b;
}
.color-2 {
color: #87af4b;
}
.color-3 {
color: #d8c5a2;
}
.color-4 {
color: #e2a62c;
}
.color-5 {
color: #7d4f2b;
}

/* CSS Variables */
:root {
--color-1: #5b7d8b;
--color-2: #87af4b;
--color-3: #d8c5a2;
--color-4: #e2a62c;
--color-5: #7d4f2b;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b7d8b, #87af4b, #d8c5a2, #e2a62c, #7d4f2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b7d8b, #87af4b, #d8c5a2, #e2a62c, #7d4f2b);
}

Shades of Green color palette created on .