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