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: #4cae4f;
}
.color-2 {
color: #6fbe7f;
}
.color-3 {
color: #8fdc9a;
}
.color-4 {
color: #b4eb93;
}
.color-5 {
color: #e2f4c8;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #6fbe7f;
--color-3: #8fdc9a;
--color-4: #b4eb93;
--color-5: #e2f4c8;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #6fbe7f, #8fdc9a, #b4eb93, #e2f4c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #6fbe7f, #8fdc9a, #b4eb93, #e2f4c8);
}

Shades of Green color palette created on .