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: #c5bec4;
}
.color-2 {
color: #b5a6b1;
}
.color-3 {
color: #a2909e;
}
.color-4 {
color: #988193;
}
.color-5 {
color: #8d778a;
}
/* CSS Variables */
:root {
--color-1: #c5bec4;
--color-2: #b5a6b1;
--color-3: #a2909e;
--color-4: #988193;
--color-5: #8d778a;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5bec4, #b5a6b1, #a2909e, #988193, #8d778a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5bec4, #b5a6b1, #a2909e, #988193, #8d778a);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Soft grey
Whispers of Twilight color palette created on .