Black and White Devil Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Black and White Devil palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Black and White Devil

Download black and white devil color palette PNG image (landscape)
Download black and white devil color palette PNG image (square)

tavolozza dei colori Black and White Devil CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #b0b0b0;
}
.color-4 {
color: #d9d9d9;
}
.color-5 {
color: #ff0000;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #ffffff;
--color-3: #b0b0b0;
--color-4: #d9d9d9;
--color-5: #ff0000;
}

CSS con gradiente di sfondo Black and White Devil

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #ffffff, #b0b0b0, #d9d9d9, #ff0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #ffffff, #b0b0b0, #d9d9d9, #ff0000);
}

Black and White Devil color palette created on .