Зомби Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Зомби palette
Color Inspiration
Images that showcase this color palette in real designs
Download Зомби Color Palette (PNG)
Зомби color palette CSS
/* CSS */
.color-1 {
color: #4d4b4e;
}
.color-2 {
color: #8f2d2f;
}
.color-3 {
color: #b57d5e;
}
.color-4 {
color: #e0cda9;
}
.color-5 {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--color-1: #4d4b4e;
--color-2: #8f2d2f;
--color-3: #b57d5e;
--color-4: #e0cda9;
--color-5: #f4e2c3;
}
Зомби background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d4b4e, #8f2d2f, #b57d5e, #e0cda9, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d4b4e, #8f2d2f, #b57d5e, #e0cda9, #f4e2c3);
}
Similar color palettes
Scroll down to explore 10+ Zombie color palettes
Зомби color palette created on .