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