Spanish Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spanish Zombie palette
Spanish Zombie color palette PNG image
Spanish Zombie color palette CSS
/* CSS */
.color-1 {
color: #f4b643;
}
.color-2 {
color: #bf763b;
}
.color-3 {
color: #883c2b;
}
.color-4 {
color: #4d1f2c;
}
.color-5 {
color: #290a1d;
}
/* CSS Variables */
:root {
--color-1: #f4b643;
--color-2: #bf763b;
--color-3: #883c2b;
--color-4: #4d1f2c;
--color-5: #290a1d;
}
Spanish Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b643, #bf763b, #883c2b, #4d1f2c, #290a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b643, #bf763b, #883c2b, #4d1f2c, #290a1d);
}
Similar color palettes
Spanish Zombie color palette created on .