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: #5fae47;
}
.color-2 {
color: #d3dce4;
}
.color-3 {
color: #bfd4c7;
}
.color-4 {
color: #f9a35d;
}
.color-5 {
color: #e76c3c;
}

/* CSS Variables */
:root {
--color-1: #5fae47;
--color-2: #d3dce4;
--color-3: #bfd4c7;
--color-4: #f9a35d;
--color-5: #e76c3c;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fae47, #d3dce4, #bfd4c7, #f9a35d, #e76c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fae47, #d3dce4, #bfd4c7, #f9a35d, #e76c3c);
}

Shades of Green color palette created on .