Muted Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Zombie palette
Muted Zombie color palette PNG image
Muted Zombie color palette CSS
/* CSS */
.color-1 {
color: #4a4f4e;
}
.color-2 {
color: #7e8b8a;
}
.color-3 {
color: #b6c8c6;
}
.color-4 {
color: #e2e4e3;
}
.color-5 {
color: #f4f5f4;
}
/* CSS Variables */
:root {
--color-1: #4a4f4e;
--color-2: #7e8b8a;
--color-3: #b6c8c6;
--color-4: #e2e4e3;
--color-5: #f4f5f4;
}
Muted Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4f4e, #7e8b8a, #b6c8c6, #e2e4e3, #f4f5f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4f4e, #7e8b8a, #b6c8c6, #e2e4e3, #f4f5f4);
}
Similar color palettes
Muted Zombie color palette created on .