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: #89c8a8;
}
.color-2 {
color: #5fbf8d;
}
.color-3 {
color: #3f9d74;
}
.color-4 {
color: #2a6f57;
}
.color-5 {
color: #1c4f40;
}

/* CSS Variables */
:root {
--color-1: #89c8a8;
--color-2: #5fbf8d;
--color-3: #3f9d74;
--color-4: #2a6f57;
--color-5: #1c4f40;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89c8a8, #5fbf8d, #3f9d74, #2a6f57, #1c4f40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89c8a8, #5fbf8d, #3f9d74, #2a6f57, #1c4f40);
}

Shades of Green color palette created on .