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: #7fd959;
}
.color-2 {
color: #5ecf5e;
}
.color-3 {
color: #4baa6e;
}
.color-4 {
color: #39897d;
}
.color-5 {
color: #2b6f91;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #5ecf5e;
--color-3: #4baa6e;
--color-4: #39897d;
--color-5: #2b6f91;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #5ecf5e, #4baa6e, #39897d, #2b6f91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #5ecf5e, #4baa6e, #39897d, #2b6f91);
}

Shades of Green color palette created on .