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: #4f9c6f;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #e5e9b9;
}
.color-4 {
color: #e5c77b;
}
.color-5 {
color: #d88a3b;
}

/* CSS Variables */
:root {
--color-1: #4f9c6f;
--color-2: #a7d7b8;
--color-3: #e5e9b9;
--color-4: #e5c77b;
--color-5: #d88a3b;
}

Earthy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c6f, #a7d7b8, #e5e9b9, #e5c77b, #d88a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c6f, #a7d7b8, #e5e9b9, #e5c77b, #d88a3b);
}

Earthy Green color palette created on .