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: #6fbe8b;
}
.color-2 {
color: #4cae66;
}
.color-3 {
color: #3b9155;
}
.color-4 {
color: #2a7e43;
}
.color-5 {
color: #1a7034;
}

/* CSS Variables */
:root {
--color-1: #6fbe8b;
--color-2: #4cae66;
--color-3: #3b9155;
--color-4: #2a7e43;
--color-5: #1a7034;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbe8b, #4cae66, #3b9155, #2a7e43, #1a7034);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbe8b, #4cae66, #3b9155, #2a7e43, #1a7034);
}

Shades of Green color palette created on .