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: #fcfdfd;
}
.color-2 {
color: #d4ced2;
}
.color-3 {
color: #de7c85;
}
.color-4 {
color: #8076a2;
}
.color-5 {
color: #c05f59;
}
/* CSS Variables */
:root {
--color-1: #fcfdfd;
--color-2: #d4ced2;
--color-3: #de7c85;
--color-4: #8076a2;
--color-5: #c05f59;
}
CSS del degradado de fondo Whispers of Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfd, #d4ced2, #de7c85, #8076a2, #c05f59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfd, #d4ced2, #de7c85, #8076a2, #c05f59);
}
Paletas de colores similares
Whispers of Dusk color palette created on .