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: #4e6e58;
}
.color-2 {
color: #b6c3a2;
}
.color-3 {
color: #e6d8b7;
}
.color-4 {
color: #d5a96d;
}
.color-5 {
color: #a24c34;
}

/* CSS Variables */
:root {
--color-1: #4e6e58;
--color-2: #b6c3a2;
--color-3: #e6d8b7;
--color-4: #d5a96d;
--color-5: #a24c34;
}

Earthy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e6e58, #b6c3a2, #e6d8b7, #d5a96d, #a24c34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e6e58, #b6c3a2, #e6d8b7, #d5a96d, #a24c34);
}

Earthy Green color palette created on .