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: #4a7c2d;
}
.color-2 {
color: #8daa4b;
}
.color-3 {
color: #c4d600;
}
.color-4 {
color: #e7caa7;
}
.color-5 {
color: #b6593a;
}

/* CSS Variables */
:root {
--color-1: #4a7c2d;
--color-2: #8daa4b;
--color-3: #c4d600;
--color-4: #e7caa7;
--color-5: #b6593a;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7c2d, #8daa4b, #c4d600, #e7caa7, #b6593a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7c2d, #8daa4b, #c4d600, #e7caa7, #b6593a);
}

Shades of Green color palette created on .