Paleta de colores Black and White Devil

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Black and White Devil palette

Compartir esta paleta en:

Descargar la paleta de colores Black and White Devil (PNG)

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

CSS de la paleta de colores Black and White Devil

/* 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 del degradado de fondo 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 .