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: #6fbe8f;
}
.color-2 {
color: #a6e2ae;
}
.color-3 {
color: #d2f2a6;
}
.color-4 {
color: #f5e68e;
}
.color-5 {
color: #f9c5a4;
}

/* CSS Variables */
:root {
--color-1: #6fbe8f;
--color-2: #a6e2ae;
--color-3: #d2f2a6;
--color-4: #f5e68e;
--color-5: #f9c5a4;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbe8f, #a6e2ae, #d2f2a6, #f5e68e, #f9c5a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbe8f, #a6e2ae, #d2f2a6, #f5e68e, #f9c5a4);
}

Shades of Green color palette created on .