Whispers of Dusk Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Dusk palette
tavolozza dei colori Whispers of Dusk CSS
/* CSS */
.color-1 {
color: #dddfe4;
}
.color-2 {
color: #d5d5d8;
}
.color-3 {
color: #cbc8c8;
}
.color-4 {
color: #bcb9ba;
}
.color-5 {
color: #b39794;
}
/* CSS Variables */
:root {
--color-1: #dddfe4;
--color-2: #d5d5d8;
--color-3: #cbc8c8;
--color-4: #bcb9ba;
--color-5: #b39794;
}
CSS con gradiente di sfondo Whispers of Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dddfe4, #d5d5d8, #cbc8c8, #bcb9ba, #b39794);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dddfe4, #d5d5d8, #cbc8c8, #bcb9ba, #b39794);
}
Tavolozze di colori simili
Whispers of Dusk color palette created on .