Grungy Zombie Chic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Grungy Zombie Chic palette

Share this palette to:

Grungy Zombie Chic color palette CSS

/* CSS */
.color-1 {
color: #6b6b6b;
}
.color-2 {
color: #a8a09f;
}
.color-3 {
color: #c7bcb2;
}
.color-4 {
color: #e2d5c5;
}
.color-5 {
color: #f0efef;
}

/* CSS Variables */
:root {
--color-1: #6b6b6b;
--color-2: #a8a09f;
--color-3: #c7bcb2;
--color-4: #e2d5c5;
--color-5: #f0efef;
}

Grungy Zombie Chic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b6b6b, #a8a09f, #c7bcb2, #e2d5c5, #f0efef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b6b6b, #a8a09f, #c7bcb2, #e2d5c5, #f0efef);
}

Similar color palettes

Grungy Zombie Chic color palette created on .