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: #a4d6a4;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #2c6f2a;
}
.color-4 {
color: #8dbe74;
}
.color-5 {
color: #e0f7d4;
}

/* CSS Variables */
:root {
--color-1: #a4d6a4;
--color-2: #4cae4f;
--color-3: #2c6f2a;
--color-4: #8dbe74;
--color-5: #e0f7d4;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d6a4, #4cae4f, #2c6f2a, #8dbe74, #e0f7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d6a4, #4cae4f, #2c6f2a, #8dbe74, #e0f7d4);
}

Shades of Green color palette created on .