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: #078320;
}
.color-2 {
color: #06651b;
}
.color-3 {
color: #03592b;
}
.color-4 {
color: #cc6d00;
}
.color-5 {
color: #cf4002;
}

/* CSS Variables */
:root {
--color-1: #078320;
--color-2: #06651b;
--color-3: #03592b;
--color-4: #cc6d00;
--color-5: #cf4002;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #078320, #06651b, #03592b, #cc6d00, #cf4002);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #078320, #06651b, #03592b, #cc6d00, #cf4002);
}

Similar color palettes

Shades of Green color palette created on .