Red Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Zombie palette
Red Zombie color palette PNG image
Red Zombie color palette CSS
/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #b9382d;
}
.color-3 {
color: #7a2d29;
}
.color-4 {
color: #5e4a4e;
}
.color-5 {
color: #f1b341;
}
/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #b9382d;
--color-3: #7a2d29;
--color-4: #5e4a4e;
--color-5: #f1b341;
}
Red Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #b9382d, #7a2d29, #5e4a4e, #f1b341);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #b9382d, #7a2d29, #5e4a4e, #f1b341);
}
Similar color palettes
Scroll down to explore 3 Red color palettes
Red Zombie color palette created on .