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: #5abf9b;
}
.color-2 {
color: #f6c7b6;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #fe6f62;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #5abf9b;
--color-2: #f6c7b6;
--color-3: #f0a800;
--color-4: #fe6f62;
--color-5: #ffcc00;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf9b, #f6c7b6, #f0a800, #fe6f62, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf9b, #f6c7b6, #f0a800, #fe6f62, #ffcc00);
}

Shades of Green color palette created on .