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: #ebeef5;
}
.color-2 {
color: #bab3e6;
}
.color-3 {
color: #9ea7c2;
}
.color-4 {
color: #8288a1;
}
.color-5 {
color: #555791;
}
/* CSS Variables */
:root {
--color-1: #ebeef5;
--color-2: #bab3e6;
--color-3: #9ea7c2;
--color-4: #8288a1;
--color-5: #555791;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebeef5, #bab3e6, #9ea7c2, #8288a1, #555791);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebeef5, #bab3e6, #9ea7c2, #8288a1, #555791);
}
Paletas de colores similares
Whispers of Twilight color palette created on .