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: #5ac478;
}
.color-2 {
color: #8cd9a2;
}
.color-3 {
color: #b2e0b6;
}
.color-4 {
color: #eaf7de;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #5ac478;
--color-2: #8cd9a2;
--color-3: #b2e0b6;
--color-4: #eaf7de;
--color-5: #f2f2f2;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ac478, #8cd9a2, #b2e0b6, #eaf7de, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ac478, #8cd9a2, #b2e0b6, #eaf7de, #f2f2f2);
}

Shades of Green color palette created on .