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