Shades of Noir Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Noir palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Noir

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

tavolozza dei colori Shades of Noir 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 Noir

/* 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 Noir color palette created on .