Paleta de colores Whispers of Dusk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Dusk

/* CSS */
.color-1 {
color: #ecebf4;
}
.color-2 {
color: #949098;
}
.color-3 {
color: #7c5f67;
}
.color-4 {
color: #43373b;
}
.color-5 {
color: #191517;
}

/* CSS Variables */
:root {
--color-1: #ecebf4;
--color-2: #949098;
--color-3: #7c5f67;
--color-4: #43373b;
--color-5: #191517;
}

CSS del degradado de fondo Whispers of Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecebf4, #949098, #7c5f67, #43373b, #191517);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecebf4, #949098, #7c5f67, #43373b, #191517);
}

Whispers of Dusk color palette created on .