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: #eadfec;
}
.color-2 {
color: #aa9cba;
}
.color-3 {
color: #815663;
}
.color-4 {
color: #523242;
}
.color-5 {
color: #411523;
}
/* CSS Variables */
:root {
--color-1: #eadfec;
--color-2: #aa9cba;
--color-3: #815663;
--color-4: #523242;
--color-5: #411523;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eadfec, #aa9cba, #815663, #523242, #411523);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eadfec, #aa9cba, #815663, #523242, #411523);
}
Paletas de colores similares
No se encontraron paletas
Prueba con filtros diferentes o limpia tu selección actual.
Whispers of Twilight color palette created on .