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: #497b24;
}
.color-2 {
color: #a0c32c;
}
.color-3 {
color: #a7d846;
}
.color-4 {
color: #e1f07f;
}
.color-5 {
color: #f9e79f;
}

/* CSS Variables */
:root {
--color-1: #497b24;
--color-2: #a0c32c;
--color-3: #a7d846;
--color-4: #e1f07f;
--color-5: #f9e79f;
}

CSS con gradiente di sfondo Zombie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497b24, #a0c32c, #a7d846, #e1f07f, #f9e79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497b24, #a0c32c, #a7d846, #e1f07f, #f9e79f);
}

Zombie color palette created on .