Shades of Shadow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Shadow palette

Condividi questa palette a:

Scarica la tavolozza dei colori Shades of Shadow (PNG)

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

tavolozza dei colori Shades of Shadow CSS

/* CSS */
.color-1 {
color: #0a0a0a;
}
.color-2 {
color: #2b2b2b;
}
.color-3 {
color: #5e5e5e;
}
.color-4 {
color: #a6a6a6;
}
.color-5 {
color: #f0f0f0;
}

/* CSS Variables */
:root {
--color-1: #0a0a0a;
--color-2: #2b2b2b;
--color-3: #5e5e5e;
--color-4: #a6a6a6;
--color-5: #f0f0f0;
}

CSS con gradiente di sfondo Shades of Shadow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a0a0a, #2b2b2b, #5e5e5e, #a6a6a6, #f0f0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a0a0a, #2b2b2b, #5e5e5e, #a6a6a6, #f0f0f0);
}

Shades of Shadow color palette created on .