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: #b58f69;
}
.color-2 {
color: #e5c4a4;
}
.color-3 {
color: #d3b58d;
}
.color-4 {
color: #b2a45c;
}
.color-5 {
color: #7b5c3d;
}
/* CSS Variables */
:root {
--color-1: #b58f69;
--color-2: #e5c4a4;
--color-3: #d3b58d;
--color-4: #b2a45c;
--color-5: #7b5c3d;
}
CSS con gradiente di sfondo Whispers of the Night
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b58f69, #e5c4a4, #d3b58d, #b2a45c, #7b5c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b58f69, #e5c4a4, #d3b58d, #b2a45c, #7b5c3d);
}
Tavolozze di colori simili
Whispers of the Night color palette created on .