Shades of Twilight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Twilight palette

Condividi questa palette a:

Scarica la tavolozza dei colori Shades of Twilight (PNG)

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

tavolozza dei colori Shades of Twilight CSS

/* CSS */
.color-1 {
color: #b1b4b9;
}
.color-2 {
color: #7a7c7f;
}
.color-3 {
color: #4f5154;
}
.color-4 {
color: #2c2e30;
}
.color-5 {
color: #1b1c1d;
}

/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #7a7c7f;
--color-3: #4f5154;
--color-4: #2c2e30;
--color-5: #1b1c1d;
}

CSS con gradiente di sfondo Shades of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #7a7c7f, #4f5154, #2c2e30, #1b1c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #7a7c7f, #4f5154, #2c2e30, #1b1c1d);
}

Shades of Twilight color palette created on .