Green Zombie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Zombie palette

Share this palette to:

Green Zombie color palette CSS

/* CSS */
.color-1 {
color: #4b7c5a;
}
.color-2 {
color: #6d9c7c;
}
.color-3 {
color: #9eb7a5;
}
.color-4 {
color: #c2e0d4;
}
.color-5 {
color: #e6f9f0;
}

/* CSS Variables */
:root {
--color-1: #4b7c5a;
--color-2: #6d9c7c;
--color-3: #9eb7a5;
--color-4: #c2e0d4;
--color-5: #e6f9f0;
}

Green Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c5a, #6d9c7c, #9eb7a5, #c2e0d4, #e6f9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c5a, #6d9c7c, #9eb7a5, #c2e0d4, #e6f9f0);
}

Green Zombie color palette created on .