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: #1d3f34;
}
.color-2 {
color: #4b7c6d;
}
.color-3 {
color: #8cb1a2;
}
.color-4 {
color: #b7e1d2;
}
.color-5 {
color: #ebfaf5;
}

/* CSS Variables */
:root {
--color-1: #1d3f34;
--color-2: #4b7c6d;
--color-3: #8cb1a2;
--color-4: #b7e1d2;
--color-5: #ebfaf5;
}

CSS con gradiente di sfondo Zombie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f34, #4b7c6d, #8cb1a2, #b7e1d2, #ebfaf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f34, #4b7c6d, #8cb1a2, #b7e1d2, #ebfaf5);
}

Zombie color palette created on .