Paleta de colores Whispers of Dusk
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Dusk palette
Image Gallery

CSS de la paleta de colores Whispers of Dusk
/* CSS */
.color-1 {
color: #ddebf8;
}
.color-2 {
color: #c5c6c9;
}
.color-3 {
color: #c6ba9f;
}
.color-4 {
color: #bdaf70;
}
.color-5 {
color: #9b9da6;
}
/* CSS Variables */
:root {
--color-1: #ddebf8;
--color-2: #c5c6c9;
--color-3: #c6ba9f;
--color-4: #bdaf70;
--color-5: #9b9da6;
}
CSS del degradado de fondo Whispers of Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddebf8, #c5c6c9, #c6ba9f, #bdaf70, #9b9da6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddebf8, #c5c6c9, #c6ba9f, #bdaf70, #9b9da6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Light blue
Whispers of Dusk color palette created on .