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: #b1c6dd;
}
.color-2 {
color: #8b9598;
}
.color-3 {
color: #826c64;
}
.color-4 {
color: #2f2d2f;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #b1c6dd;
--color-2: #8b9598;
--color-3: #826c64;
--color-4: #2f2d2f;
--color-5: #000000;
}
CSS del degradado de fondo Whispers of Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c6dd, #8b9598, #826c64, #2f2d2f, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c6dd, #8b9598, #826c64, #2f2d2f, #000000);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Sky blue
Whispers of Dusk color palette created on .