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: #005252;
}
.color-2 {
color: #b35c00;
}
.color-3 {
color: #c78f00;
}
.color-4 {
color: #dbb129;
}
.color-5 {
color: #dc8b28;
}

/* CSS Variables */
:root {
--color-1: #005252;
--color-2: #b35c00;
--color-3: #c78f00;
--color-4: #dbb129;
--color-5: #dc8b28;
}

Earthy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005252, #b35c00, #c78f00, #dbb129, #dc8b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005252, #b35c00, #c78f00, #dbb129, #dc8b28);
}

Earthy Green color palette created on .