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