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: #bec0c5;
}
.color-2 {
color: #8f8e95;
}
.color-3 {
color: #717075;
}
.color-4 {
color: #69514f;
}
.color-5 {
color: #4a545e;
}

/* CSS Variables */
:root {
--color-1: #bec0c5;
--color-2: #8f8e95;
--color-3: #717075;
--color-4: #69514f;
--color-5: #4a545e;
}

CSS con gradiente di sfondo Whispers of Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bec0c5, #8f8e95, #717075, #69514f, #4a545e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bec0c5, #8f8e95, #717075, #69514f, #4a545e);
}

Whispers of Dusk color palette created on .