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: #f6c34c;
}
.color-2 {
color: #eac06c;
}
.color-3 {
color: #d7e8b5;
}
.color-4 {
color: #a4d6a4;
}
.color-5 {
color: #4ab5a7;
}

/* CSS Variables */
:root {
--color-1: #f6c34c;
--color-2: #eac06c;
--color-3: #d7e8b5;
--color-4: #a4d6a4;
--color-5: #4ab5a7;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c34c, #eac06c, #d7e8b5, #a4d6a4, #4ab5a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c34c, #eac06c, #d7e8b5, #a4d6a4, #4ab5a7);
}

Shades of Green color palette created on .