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: #5cb75c;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #f9e74e;
}
.color-5 {
color: #6b8f24;
}

/* CSS Variables */
:root {
--color-1: #5cb75c;
--color-2: #f8c572;
--color-3: #f76e6e;
--color-4: #f9e74e;
--color-5: #6b8f24;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cb75c, #f8c572, #f76e6e, #f9e74e, #6b8f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cb75c, #f8c572, #f76e6e, #f9e74e, #6b8f24);
}

Shades of Green color palette created on .