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