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: #8b6a4b;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #b5c9a6;
}
.color-4 {
color: #3c8b58;
}
.color-5 {
color: #2d5c34;
}

/* CSS Variables */
:root {
--color-1: #8b6a4b;
--color-2: #d3b58d;
--color-3: #b5c9a6;
--color-4: #3c8b58;
--color-5: #2d5c34;
}

Earthy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b6a4b, #d3b58d, #b5c9a6, #3c8b58, #2d5c34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b6a4b, #d3b58d, #b5c9a6, #3c8b58, #2d5c34);
}

Earthy Green color palette created on .