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: #a7d7c2;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #a7d7c2;
--color-2: #f1c84b;
--color-3: #f4a462;
--color-4: #e76e50;
--color-5: #2b3d50;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7c2, #f1c84b, #f4a462, #e76e50, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7c2, #f1c84b, #f4a462, #e76e50, #2b3d50);
}

Shades of Green color palette created on .