Paleta de colores Whispers of Dusk
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Dusk palette
CSS de la paleta de colores Whispers of Dusk
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fee6b4;
}
.color-3 {
color: #dfaffd;
}
.color-4 {
color: #222020;
}
.color-5 {
color: #0f0b14;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fee6b4;
--color-3: #dfaffd;
--color-4: #222020;
--color-5: #0f0b14;
}
CSS del degradado de fondo Whispers of Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fee6b4, #dfaffd, #222020, #0f0b14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fee6b4, #dfaffd, #222020, #0f0b14);
}
Paletas de colores similares
No se encontraron paletas
Prueba con filtros diferentes o limpia tu selección actual.
Whispers of Dusk color palette created on .