Earthy Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Green palette
Earthy Green color palette CSS
/* CSS */
.color-1 {
color: #aa5d3c;
}
.color-2 {
color: #c9a669;
}
.color-3 {
color: #d7c9a2;
}
.color-4 {
color: #a1b68b;
}
.color-5 {
color: #6d904c;
}
/* CSS Variables */
:root {
--color-1: #aa5d3c;
--color-2: #c9a669;
--color-3: #d7c9a2;
--color-4: #a1b68b;
--color-5: #6d904c;
}
Earthy Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa5d3c, #c9a669, #d7c9a2, #a1b68b, #6d904c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa5d3c, #c9a669, #d7c9a2, #a1b68b, #6d904c);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Earthy Green color palette created on .