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: #c8d0da;
}
.color-2 {
color: #c2c1bc;
}
.color-3 {
color: #bbb3aa;
}
.color-4 {
color: #b1a395;
}
.color-5 {
color: #a3897b;
}
/* CSS Variables */
:root {
--color-1: #c8d0da;
--color-2: #c2c1bc;
--color-3: #bbb3aa;
--color-4: #b1a395;
--color-5: #a3897b;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8d0da, #c2c1bc, #bbb3aa, #b1a395, #a3897b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8d0da, #c2c1bc, #bbb3aa, #b1a395, #a3897b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 9 paletas de colores Soft gray
Whispers of Twilight color palette created on .