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: #79993d;
}
.color-2 {
color: #a3c8b3;
}
.color-3 {
color: #d8c49d;
}
.color-4 {
color: #e2b03c;
}
.color-5 {
color: #c75b29;
}

/* CSS Variables */
:root {
--color-1: #79993d;
--color-2: #a3c8b3;
--color-3: #d8c49d;
--color-4: #e2b03c;
--color-5: #c75b29;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79993d, #a3c8b3, #d8c49d, #e2b03c, #c75b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79993d, #a3c8b3, #d8c49d, #e2b03c, #c75b29);
}

Shades of Green color palette created on .