Desaturated Green Zombie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desaturated Green Zombie palette

Share this palette to:

Desaturated Green Zombie color palette PNG image

Download desaturated green zombie color palette PNG image (landscape)
Download desaturated green zombie color palette PNG image (square)

Desaturated Green Zombie color palette CSS

/* CSS */
.color-1 {
color: #8a9a5b;
}
.color-2 {
color: #b0c69f;
}
.color-3 {
color: #d3e0ae;
}
.color-4 {
color: #f2f6e4;
}
.color-5 {
color: #e4d7af;
}

/* CSS Variables */
:root {
--color-1: #8a9a5b;
--color-2: #b0c69f;
--color-3: #d3e0ae;
--color-4: #f2f6e4;
--color-5: #e4d7af;
}

Desaturated Green Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a9a5b, #b0c69f, #d3e0ae, #f2f6e4, #e4d7af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a9a5b, #b0c69f, #d3e0ae, #f2f6e4, #e4d7af);
}

Desaturated Green Zombie color palette created on .