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: #d0e5eb;
}
.color-2 {
color: #c3c0ce;
}
.color-3 {
color: #c4b5b5;
}
.color-4 {
color: #ccb194;
}
.color-5 {
color: #907fcc;
}
/* CSS Variables */
:root {
--color-1: #d0e5eb;
--color-2: #c3c0ce;
--color-3: #c4b5b5;
--color-4: #ccb194;
--color-5: #907fcc;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e5eb, #c3c0ce, #c4b5b5, #ccb194, #907fcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e5eb, #c3c0ce, #c4b5b5, #ccb194, #907fcc);
}
Paletas de colores similares
Whispers of Twilight color palette created on .