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: #a7d65c;
}
.color-2 {
color: #d0e67a;
}
.color-3 {
color: #f2ee9c;
}
.color-4 {
color: #f9c85d;
}
.color-5 {
color: #f08d3d;
}

/* CSS Variables */
:root {
--color-1: #a7d65c;
--color-2: #d0e67a;
--color-3: #f2ee9c;
--color-4: #f9c85d;
--color-5: #f08d3d;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d65c, #d0e67a, #f2ee9c, #f9c85d, #f08d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d65c, #d0e67a, #f2ee9c, #f9c85d, #f08d3d);
}

Shades of Green color palette created on .