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