Paleta de colores Black Pearl

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Black Pearl palette

Compartir esta paleta en:

Descargar la paleta de colores Black Pearl (PNG)

Download black pearl color palette PNG image (landscape)
Download black pearl color palette PNG image (square)

CSS de la paleta de colores Black Pearl

/* CSS */
.color-1 {
color: #292929;
}
.color-2 {
color: #4d4d4d;
}
.color-3 {
color: #7d7d7d;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--color-1: #292929;
--color-2: #4d4d4d;
--color-3: #7d7d7d;
--color-4: #b3b3b3;
--color-5: #e0e0e0;
}

CSS del degradado de fondo Black Pearl

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292929, #4d4d4d, #7d7d7d, #b3b3b3, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292929, #4d4d4d, #7d7d7d, #b3b3b3, #e0e0e0);
}

Black Pearl color palette created on .