Zombie Chef Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Chef palette
Zombie Chef color palette PNG image
Zombie Chef color palette CSS
/* CSS */
.color-1 {
color: #6a6e68;
}
.color-2 {
color: #a0b79f;
}
.color-3 {
color: #d8d8b0;
}
.color-4 {
color: #f3b4af;
}
.color-5 {
color: #c8453c;
}
/* CSS Variables */
:root {
--color-1: #6a6e68;
--color-2: #a0b79f;
--color-3: #d8d8b0;
--color-4: #f3b4af;
--color-5: #c8453c;
}
Zombie Chef background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a6e68, #a0b79f, #d8d8b0, #f3b4af, #c8453c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a6e68, #a0b79f, #d8d8b0, #f3b4af, #c8453c);
}
Similar color palettes
Zombie Chef color palette created on .