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 PNG image

Download shades of green color palette PNG image (landscape)
Download shades of green color palette PNG image (square)

Shades of Green color palette CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #6fbf5f;
}
.color-3 {
color: #8dd8a2;
}
.color-4 {
color: #c4e3d5;
}
.color-5 {
color: #eae6d2;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6fbf5f;
--color-3: #8dd8a2;
--color-4: #c4e3d5;
--color-5: #eae6d2;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6fbf5f, #8dd8a2, #c4e3d5, #eae6d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6fbf5f, #8dd8a2, #c4e3d5, #eae6d2);
}

Shades of Green color palette created on .