Paleta de colores Shades of Black

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Black palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Shades of Black

Download shades of black color palette PNG image (landscape)
Download shades of black color palette PNG image (square)

CSS de la paleta de colores Shades of Black

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #1a1a1a;
}
.color-3 {
color: #333333;
}
.color-4 {
color: #4d4d4d;
}
.color-5 {
color: #666666;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #1a1a1a;
--color-3: #333333;
--color-4: #4d4d4d;
--color-5: #666666;
}

CSS del degradado de fondo Shades of Black

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #1a1a1a, #333333, #4d4d4d, #666666);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #1a1a1a, #333333, #4d4d4d, #666666);
}

Shades of Black color palette created on .