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: #a6c5b2;
}
.color-2 {
color: #f0e3d6;
}
.color-3 {
color: #f2b05a;
}
.color-4 {
color: #f69e88;
}
.color-5 {
color: #b9806e;
}

/* CSS Variables */
:root {
--color-1: #a6c5b2;
--color-2: #f0e3d6;
--color-3: #f2b05a;
--color-4: #f69e88;
--color-5: #b9806e;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c5b2, #f0e3d6, #f2b05a, #f69e88, #b9806e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c5b2, #f0e3d6, #f2b05a, #f69e88, #b9806e);
}

Shades of Green color palette created on .