Zombie Dark Robot Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Dark Robot palette
Zombie Dark Robot color palette PNG image
Zombie Dark Robot color palette CSS
/* CSS */
.color-1 {
color: #2e2a3c;
}
.color-2 {
color: #4f4c6b;
}
.color-3 {
color: #7875a3;
}
.color-4 {
color: #b0afcf;
}
.color-5 {
color: #d3cfd8;
}
/* CSS Variables */
:root {
--color-1: #2e2a3c;
--color-2: #4f4c6b;
--color-3: #7875a3;
--color-4: #b0afcf;
--color-5: #d3cfd8;
}
Zombie Dark Robot background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a3c, #4f4c6b, #7875a3, #b0afcf, #d3cfd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a3c, #4f4c6b, #7875a3, #b0afcf, #d3cfd8);
}
Similar color palettes
Scroll down to explore 7 Zombie color palettes
Zombie Dark Robot color palette created on .