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: #dbc5c2;
}
.color-2 {
color: #73708f;
}
.color-3 {
color: #724f4f;
}
.color-4 {
color: #334561;
}
.color-5 {
color: #3c2024;
}

/* CSS Variables */
:root {
--color-1: #dbc5c2;
--color-2: #73708f;
--color-3: #724f4f;
--color-4: #334561;
--color-5: #3c2024;
}

CSS con gradiente di sfondo Whispers of Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbc5c2, #73708f, #724f4f, #334561, #3c2024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbc5c2, #73708f, #724f4f, #334561, #3c2024);
}

Whispers of Dusk color palette created on .