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: #a4daa6;
}
.color-2 {
color: #a9b1bc;
}
.color-3 {
color: #f6d55a;
}
.color-4 {
color: #f17e3b;
}
.color-5 {
color: #d65cb1;
}

/* CSS Variables */
:root {
--color-1: #a4daa6;
--color-2: #a9b1bc;
--color-3: #f6d55a;
--color-4: #f17e3b;
--color-5: #d65cb1;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4daa6, #a9b1bc, #f6d55a, #f17e3b, #d65cb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4daa6, #a9b1bc, #f6d55a, #f17e3b, #d65cb1);
}

Shades of Green color palette created on .