Whispers of Twilight Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
tavolozza dei colori Whispers of Twilight CSS
/* CSS */
.color-1 {
color: #edf1fd;
}
.color-2 {
color: #d1d2f5;
}
.color-3 {
color: #b6adcc;
}
.color-4 {
color: #998ea4;
}
.color-5 {
color: #746779;
}
/* CSS Variables */
:root {
--color-1: #edf1fd;
--color-2: #d1d2f5;
--color-3: #b6adcc;
--color-4: #998ea4;
--color-5: #746779;
}
CSS con gradiente di sfondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edf1fd, #d1d2f5, #b6adcc, #998ea4, #746779);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edf1fd, #d1d2f5, #b6adcc, #998ea4, #746779);
}
Tavolozze di colori simili
Whispers of Twilight color palette created on .