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: #4a8c5c;
}
.color-2 {
color: #6fbe83;
}
.color-3 {
color: #92d39f;
}
.color-4 {
color: #c2e9af;
}
.color-5 {
color: #e8f6d5;
}

/* CSS Variables */
:root {
--color-1: #4a8c5c;
--color-2: #6fbe83;
--color-3: #92d39f;
--color-4: #c2e9af;
--color-5: #e8f6d5;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8c5c, #6fbe83, #92d39f, #c2e9af, #e8f6d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8c5c, #6fbe83, #92d39f, #c2e9af, #e8f6d5);
}

Shades of Green color palette created on .