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