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: #1b4b3d;
}
.color-2 {
color: #4c9e6d;
}
.color-3 {
color: #85cc9f;
}
.color-4 {
color: #c2e0d1;
}
.color-5 {
color: #e8f5e0;
}

/* CSS Variables */
:root {
--color-1: #1b4b3d;
--color-2: #4c9e6d;
--color-3: #85cc9f;
--color-4: #c2e0d1;
--color-5: #e8f5e0;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4b3d, #4c9e6d, #85cc9f, #c2e0d1, #e8f5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4b3d, #4c9e6d, #85cc9f, #c2e0d1, #e8f5e0);
}

Shades of Green color palette created on .