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: #c4c6e3;
}
.color-2 {
color: #9cc2d3;
}
.color-3 {
color: #9898b3;
}
.color-4 {
color: #826c64;
}
.color-5 {
color: #542b38;
}
/* CSS Variables */
:root {
--color-1: #c4c6e3;
--color-2: #9cc2d3;
--color-3: #9898b3;
--color-4: #826c64;
--color-5: #542b38;
}
CSS del degradado de fondo Whispers of Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4c6e3, #9cc2d3, #9898b3, #826c64, #542b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4c6e3, #9cc2d3, #9898b3, #826c64, #542b38);
}
Paletas de colores similares
Whispers of Dusk color palette created on .