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: #4cae4f;
}
.color-2 {
color: #6abf69;
}
.color-3 {
color: #a1e8a9;
}
.color-4 {
color: #c3f4d3;
}
.color-5 {
color: #e0ffe2;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #6abf69;
--color-3: #a1e8a9;
--color-4: #c3f4d3;
--color-5: #e0ffe2;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #6abf69, #a1e8a9, #c3f4d3, #e0ffe2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #6abf69, #a1e8a9, #c3f4d3, #e0ffe2);
}

Shades of Green color palette created on .