Desaturated Green Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desaturated Green Zombie palette
Desaturated Green Zombie color palette PNG image
Desaturated Green Zombie color palette CSS
/* CSS */
.color-1 {
color: #6c7b5b;
}
.color-2 {
color: #4b5a49;
}
.color-3 {
color: #3a3e38;
}
.color-4 {
color: #9acb8b;
}
.color-5 {
color: #d8e0b8;
}
/* CSS Variables */
:root {
--color-1: #6c7b5b;
--color-2: #4b5a49;
--color-3: #3a3e38;
--color-4: #9acb8b;
--color-5: #d8e0b8;
}
Desaturated Green Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c7b5b, #4b5a49, #3a3e38, #9acb8b, #d8e0b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c7b5b, #4b5a49, #3a3e38, #9acb8b, #d8e0b8);
}
Similar color palettes
Scroll down to explore 10+ Green color palettes
Desaturated Green Zombie color palette created on .