Zombie Robot Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Zombie Robot palette
Immagine PNG della tavolozza dei colori Zombie Robot
tavolozza dei colori Zombie Robot CSS
/* CSS */
.color-1 {
color: #899c9f;
}
.color-2 {
color: #5c7b7f;
}
.color-3 {
color: #4a5759;
}
.color-4 {
color: #404445;
}
.color-5 {
color: #1f2323;
}
/* CSS Variables */
:root {
--color-1: #899c9f;
--color-2: #5c7b7f;
--color-3: #4a5759;
--color-4: #404445;
--color-5: #1f2323;
}
CSS con gradiente di sfondo Zombie Robot
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #899c9f, #5c7b7f, #4a5759, #404445, #1f2323);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #899c9f, #5c7b7f, #4a5759, #404445, #1f2323);
}
Tavolozze di colori simili
Zombie Robot color palette created on .