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: #d9c9b4;
}
.color-2 {
color: #a8c4a1;
}
.color-3 {
color: #6b8e8d;
}
.color-4 {
color: #c6b4d9;
}
.color-5 {
color: #f2a1b0;
}

/* CSS Variables */
:root {
--color-1: #d9c9b4;
--color-2: #a8c4a1;
--color-3: #6b8e8d;
--color-4: #c6b4d9;
--color-5: #f2a1b0;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c9b4, #a8c4a1, #6b8e8d, #c6b4d9, #f2a1b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c9b4, #a8c4a1, #6b8e8d, #c6b4d9, #f2a1b0);
}

Shades of Green color palette created on .