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: #7ebe7e;
}
.color-2 {
color: #a6d9a6;
}
.color-3 {
color: #d3e9d3;
}
.color-4 {
color: #f2f8f2;
}
.color-5 {
color: #e2f3e2;
}

/* CSS Variables */
:root {
--color-1: #7ebe7e;
--color-2: #a6d9a6;
--color-3: #d3e9d3;
--color-4: #f2f8f2;
--color-5: #e2f3e2;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ebe7e, #a6d9a6, #d3e9d3, #f2f8f2, #e2f3e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ebe7e, #a6d9a6, #d3e9d3, #f2f8f2, #e2f3e2);
}

Shades of Green color palette created on .