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: #d1c5d3;
}
.color-2 {
color: #968797;
}
.color-3 {
color: #725c4f;
}
.color-4 {
color: #433546;
}
.color-5 {
color: #2c2126;
}
/* CSS Variables */
:root {
--color-1: #d1c5d3;
--color-2: #968797;
--color-3: #725c4f;
--color-4: #433546;
--color-5: #2c2126;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5d3, #968797, #725c4f, #433546, #2c2126);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5d3, #968797, #725c4f, #433546, #2c2126);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 2 paletas de colores Lavanda
Whispers of Twilight color palette created on .