Zombie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Zombie palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Zombie

Download zombie color palette PNG image (landscape)
Download zombie color palette PNG image (square)

tavolozza dei colori Zombie CSS

/* CSS */
.color-1 {
color: #65b3a1;
}
.color-2 {
color: #4e7e7e;
}
.color-3 {
color: #3a5359;
}
.color-4 {
color: #2b3f40;
}
.color-5 {
color: #1b2c2b;
}

/* CSS Variables */
:root {
--color-1: #65b3a1;
--color-2: #4e7e7e;
--color-3: #3a5359;
--color-4: #2b3f40;
--color-5: #1b2c2b;
}

CSS con gradiente di sfondo Zombie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #65b3a1, #4e7e7e, #3a5359, #2b3f40, #1b2c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #65b3a1, #4e7e7e, #3a5359, #2b3f40, #1b2c2b);
}

Zombie color palette created on .