Paleta de colores Twilight Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Twilight Whispers palette
CSS de la paleta de colores Twilight Whispers
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #a76c9b;
}
.color-3 {
color: #e2a7a2;
}
.color-4 {
color: #f6c25a;
}
.color-5 {
color: #f79e78;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #a76c9b;
--color-3: #e2a7a2;
--color-4: #f6c25a;
--color-5: #f79e78;
}
CSS del degradado de fondo Twilight Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #a76c9b, #e2a7a2, #f6c25a, #f79e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #a76c9b, #e2a7a2, #f6c25a, #f79e78);
}
Paletas de colores similares
Twilight Whispers color palette created on .