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: #a7b29f;
}
.color-2 {
color: #b8c2b3;
}
.color-3 {
color: #cfe2cf;
}
.color-4 {
color: #f1f9e7;
}
.color-5 {
color: #e9f1e4;
}

/* CSS Variables */
:root {
--color-1: #a7b29f;
--color-2: #b8c2b3;
--color-3: #cfe2cf;
--color-4: #f1f9e7;
--color-5: #e9f1e4;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b29f, #b8c2b3, #cfe2cf, #f1f9e7, #e9f1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b29f, #b8c2b3, #cfe2cf, #f1f9e7, #e9f1e4);
}

Shades of Green color palette created on .