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: #7df2bc;
}
.color-2 {
color: #4fc9ab;
}
.color-3 {
color: #3b9b7a;
}
.color-4 {
color: #2d7b5b;
}
.color-5 {
color: #1f5b3c;
}

/* CSS Variables */
:root {
--color-1: #7df2bc;
--color-2: #4fc9ab;
--color-3: #3b9b7a;
--color-4: #2d7b5b;
--color-5: #1f5b3c;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7df2bc, #4fc9ab, #3b9b7a, #2d7b5b, #1f5b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7df2bc, #4fc9ab, #3b9b7a, #2d7b5b, #1f5b3c);
}

Shades of Green color palette created on .