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: #4b7d2b;
}
.color-2 {
color: #a2c3b9;
}
.color-3 {
color: #e4d7b9;
}
.color-4 {
color: #d98a4a;
}
.color-5 {
color: #794a39;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #a2c3b9;
--color-3: #e4d7b9;
--color-4: #d98a4a;
--color-5: #794a39;
}

Earthy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #a2c3b9, #e4d7b9, #d98a4a, #794a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #a2c3b9, #e4d7b9, #d98a4a, #794a39);
}

Earthy Green color palette created on .