Earthy Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Green palette
Color Inspiration
Images that showcase this color palette in real designs
Download Earthy Green Color Palette (PNG)
Earthy Green color palette CSS
/* CSS */
.color-1 {
color: #878b41;
}
.color-2 {
color: #9a8e51;
}
.color-3 {
color: #b47646;
}
.color-4 {
color: #ac6539;
}
.color-5 {
color: #67351d;
}
/* CSS Variables */
:root {
--color-1: #878b41;
--color-2: #9a8e51;
--color-3: #b47646;
--color-4: #ac6539;
--color-5: #67351d;
}
Earthy Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #878b41, #9a8e51, #b47646, #ac6539, #67351d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #878b41, #9a8e51, #b47646, #ac6539, #67351d);
}
Similar color palettes
Scroll down to explore 3 colors.olive color palettes
Earthy Green color palette created on .