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: #a8e4a0;
}
.color-2 {
color: #b2e1b4;
}
.color-3 {
color: #c4e3c8;
}
.color-4 {
color: #d8e9da;
}
.color-5 {
color: #e8f6df;
}

/* CSS Variables */
:root {
--color-1: #a8e4a0;
--color-2: #b2e1b4;
--color-3: #c4e3c8;
--color-4: #d8e9da;
--color-5: #e8f6df;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e4a0, #b2e1b4, #c4e3c8, #d8e9da, #e8f6df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e4a0, #b2e1b4, #c4e3c8, #d8e9da, #e8f6df);
}

Shades of Green color palette created on .