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: #efc8cd;
}
.color-2 {
color: #d39ca5;
}
.color-3 {
color: #968599;
}
.color-4 {
color: #ad7b7c;
}
.color-5 {
color: #876868;
}

/* CSS Variables */
:root {
--color-1: #efc8cd;
--color-2: #d39ca5;
--color-3: #968599;
--color-4: #ad7b7c;
--color-5: #876868;
}

CSS con gradiente di sfondo Whispers of Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efc8cd, #d39ca5, #968599, #ad7b7c, #876868);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efc8cd, #d39ca5, #968599, #ad7b7c, #876868);
}

Whispers of Dusk color palette created on .