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: #4f7d7b;
}
.color-2 {
color: #67a86e;
}
.color-3 {
color: #8edc60;
}
.color-4 {
color: #c3e9a5;
}
.color-5 {
color: #e2f2c4;
}

/* CSS Variables */
:root {
--color-1: #4f7d7b;
--color-2: #67a86e;
--color-3: #8edc60;
--color-4: #c3e9a5;
--color-5: #e2f2c4;
}

Green Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d7b, #67a86e, #8edc60, #c3e9a5, #e2f2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d7b, #67a86e, #8edc60, #c3e9a5, #e2f2c4);
}

Green Zombie color palette created on .