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: #5caf4b;
}
.color-2 {
color: #aad8a2;
}
.color-3 {
color: #e4f6b6;
}
.color-4 {
color: #f2e47d;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #5caf4b;
--color-2: #aad8a2;
--color-3: #e4f6b6;
--color-4: #f2e47d;
--color-5: #f5a300;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5caf4b, #aad8a2, #e4f6b6, #f2e47d, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5caf4b, #aad8a2, #e4f6b6, #f2e47d, #f5a300);
}

Shades of Green color palette created on .