Earthy Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Green palette
Earthy Green color palette PNG image
Earthy Green color palette CSS
/* CSS */
.color-1 {
color: #5e3d1c;
}
.color-2 {
color: #915c36;
}
.color-3 {
color: #738736;
}
.color-4 {
color: #6aa937;
}
.color-5 {
color: #66ac1b;
}
/* CSS Variables */
:root {
--color-1: #5e3d1c;
--color-2: #915c36;
--color-3: #738736;
--color-4: #6aa937;
--color-5: #66ac1b;
}
Earthy Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3d1c, #915c36, #738736, #6aa937, #66ac1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3d1c, #915c36, #738736, #6aa937, #66ac1b);
}
Similar color palettes
Earthy Green color palette created on .