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: #4cae4f;
}
.color-2 {
color: #a7d67a;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #e87d3b;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #a7d67a;
--color-3: #f4e1a4;
--color-4: #f4b943;
--color-5: #e87d3b;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #a7d67a, #f4e1a4, #f4b943, #e87d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #a7d67a, #f4e1a4, #f4b943, #e87d3b);
}

Shades of Green color palette created on .