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: #592c39;
}
.color-2 {
color: #8b4b5e;
}
.color-3 {
color: #c77a8c;
}
.color-4 {
color: #e9b4c1;
}
.color-5 {
color: #f6d5e2;
}
/* CSS Variables */
:root {
--color-1: #592c39;
--color-2: #8b4b5e;
--color-3: #c77a8c;
--color-4: #e9b4c1;
--color-5: #f6d5e2;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c39, #8b4b5e, #c77a8c, #e9b4c1, #f6d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c39, #8b4b5e, #c77a8c, #e9b4c1, #f6d5e2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Bohemio
Whispers of Twilight color palette created on .