Paleta de colores Whispers of Twilight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
CSS de la paleta de colores Whispers of Twilight
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Whispers of Twilight color palette created on .