Whispers of Dusk Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

Condividi questa palette a:

tavolozza dei colori Whispers of Dusk CSS

/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #bbbbb9;
}
.color-3 {
color: #88826d;
}
.color-4 {
color: #514f48;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #bbbbb9;
--color-3: #88826d;
--color-4: #514f48;
--color-5: #1c1c1c;
}

CSS con gradiente di sfondo Whispers of Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #bbbbb9, #88826d, #514f48, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #bbbbb9, #88826d, #514f48, #1c1c1c);
}

Whispers of Dusk color palette created on .