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: #c5c149;
}
.color-2 {
color: #a8b93c;
}
.color-3 {
color: #7c7631;
}
.color-4 {
color: #584d2c;
}
.color-5 {
color: #3e3a23;
}

/* CSS Variables */
:root {
--color-1: #c5c149;
--color-2: #a8b93c;
--color-3: #7c7631;
--color-4: #584d2c;
--color-5: #3e3a23;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5c149, #a8b93c, #7c7631, #584d2c, #3e3a23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5c149, #a8b93c, #7c7631, #584d2c, #3e3a23);
}

Shades of Green color palette created on .