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: #5a8c5a;
}
.color-2 {
color: #a1c9a5;
}
.color-3 {
color: #e3d6a5;
}
.color-4 {
color: #d8b93b;
}
.color-5 {
color: #b5593b;
}

/* CSS Variables */
:root {
--color-1: #5a8c5a;
--color-2: #a1c9a5;
--color-3: #e3d6a5;
--color-4: #d8b93b;
--color-5: #b5593b;
}

Earthy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c5a, #a1c9a5, #e3d6a5, #d8b93b, #b5593b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c5a, #a1c9a5, #e3d6a5, #d8b93b, #b5593b);
}

Earthy Green color palette created on .