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: #b8a993;
}
.color-2 {
color: #796553;
}
.color-3 {
color: #3b3835;
}
.color-4 {
color: #292523;
}
.color-5 {
color: #1d1c1b;
}
/* CSS Variables */
:root {
--color-1: #b8a993;
--color-2: #796553;
--color-3: #3b3835;
--color-4: #292523;
--color-5: #1d1c1b;
}
CSS con gradiente di sfondo Whispers of Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8a993, #796553, #3b3835, #292523, #1d1c1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8a993, #796553, #3b3835, #292523, #1d1c1b);
}
Tavolozze di colori simili
Whispers of Dusk color palette created on .