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: #fefcf6;
}
.color-2 {
color: #baadab;
}
.color-3 {
color: #887273;
}
.color-4 {
color: #5b4347;
}
.color-5 {
color: #10151e;
}

/* CSS Variables */
:root {
--color-1: #fefcf6;
--color-2: #baadab;
--color-3: #887273;
--color-4: #5b4347;
--color-5: #10151e;
}

CSS del degradado de fondo Whispers of Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefcf6, #baadab, #887273, #5b4347, #10151e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefcf6, #baadab, #887273, #5b4347, #10151e);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 4 paletas de colores Soft pink

Whispers of Dusk color palette created on .