"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: #fbba2d;
}
.color-2 {
color: #887977;
}
.color-3 {
color: #e55434;
}
.color-4 {
color: #5f5358;
}
.color-5 {
color: #911d4f;
}

/* CSS Variables */
:root {
--color-1: #fbba2d;
--color-2: #887977;
--color-3: #e55434;
--color-4: #5f5358;
--color-5: #911d4f;
}

CSS con gradiente di sfondo "Whispers of Dusk"

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbba2d, #887977, #e55434, #5f5358, #911d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbba2d, #887977, #e55434, #5f5358, #911d4f);
}

"Whispers of Dusk" color palette created on .