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: #e5c89e;
}
.color-2 {
color: #7d7d7d;
}
.color-3 {
color: #b19bd9;
}
.color-4 {
color: #f5d6e4;
}
.color-5 {
color: #f9e2be;
}
/* CSS Variables */
:root {
--color-1: #e5c89e;
--color-2: #7d7d7d;
--color-3: #b19bd9;
--color-4: #f5d6e4;
--color-5: #f9e2be;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c89e, #7d7d7d, #b19bd9, #f5d6e4, #f9e2be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c89e, #7d7d7d, #b19bd9, #f5d6e4, #f9e2be);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90+ paletas de colores Beige
Whispers of Twilight color palette created on .