Shades of Black Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Black palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Black

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

tavolozza dei colori Shades of Black CSS

/* 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 con gradiente di sfondo 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 .