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: #5c4b8b;
}
.color-2 {
color: #8d7a99;
}
.color-3 {
color: #b4a9c6;
}
.color-4 {
color: #d7c8df;
}
.color-5 {
color: #f3eaf6;
}
/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #8d7a99;
--color-3: #b4a9c6;
--color-4: #d7c8df;
--color-5: #f3eaf6;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #8d7a99, #b4a9c6, #d7c8df, #f3eaf6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #8d7a99, #b4a9c6, #d7c8df, #f3eaf6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Oscuro
Whispers of Twilight color palette created on .