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