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: #2d4a2b;
}
.color-2 {
color: #4f8c5c;
}
.color-3 {
color: #7cd08b;
}
.color-4 {
color: #aae4b1;
}
.color-5 {
color: #e8f9e1;
}

/* CSS Variables */
:root {
--color-1: #2d4a2b;
--color-2: #4f8c5c;
--color-3: #7cd08b;
--color-4: #aae4b1;
--color-5: #e8f9e1;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d4a2b, #4f8c5c, #7cd08b, #aae4b1, #e8f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d4a2b, #4f8c5c, #7cd08b, #aae4b1, #e8f9e1);
}

Shades of Green color palette created on .