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: #3fa65e;
}
.color-2 {
color: #2d8b4c;
}
.color-3 {
color: #a3d7b5;
}
.color-4 {
color: #e4e1b9;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #3fa65e;
--color-2: #2d8b4c;
--color-3: #a3d7b5;
--color-4: #e4e1b9;
--color-5: #fab700;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3fa65e, #2d8b4c, #a3d7b5, #e4e1b9, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3fa65e, #2d8b4c, #a3d7b5, #e4e1b9, #fab700);
}

Shades of Green color palette created on .