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