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: #ece1da;
}
.color-2 {
color: #bba5ae;
}
.color-3 {
color: #a87a8a;
}
.color-4 {
color: #7b6b7b;
}
.color-5 {
color: #4d465d;
}

/* CSS Variables */
:root {
--color-1: #ece1da;
--color-2: #bba5ae;
--color-3: #a87a8a;
--color-4: #7b6b7b;
--color-5: #4d465d;
}

CSS del degradado de fondo Whispers of Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ece1da, #bba5ae, #a87a8a, #7b6b7b, #4d465d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ece1da, #bba5ae, #a87a8a, #7b6b7b, #4d465d);
}

Whispers of Dusk color palette created on .