Earthy Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Green palette

Share this palette to:

Earthy Green color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #4e735d;
}
.color-3 {
color: #d2a69d;
}
.color-4 {
color: #a56e5f;
}
.color-5 {
color: #795c39;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #4e735d;
--color-3: #d2a69d;
--color-4: #a56e5f;
--color-5: #795c39;
}

Earthy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #4e735d, #d2a69d, #a56e5f, #795c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #4e735d, #d2a69d, #a56e5f, #795c39);
}

Earthy Green color palette created on .