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: #2ecc70;
}
.color-2 {
color: #28af60;
}
.color-3 {
color: #16a286;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #2ecc70;
--color-2: #28af60;
--color-3: #16a286;
--color-4: #f1c40e;
--color-5: #e77e23;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ecc70, #28af60, #16a286, #f1c40e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ecc70, #28af60, #16a286, #f1c40e, #e77e23);
}

Shades of Green color palette created on .