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: #dddfe4;
}
.color-2 {
color: #d5d5d8;
}
.color-3 {
color: #cbc8c8;
}
.color-4 {
color: #bcb9ba;
}
.color-5 {
color: #b39794;
}

/* CSS Variables */
:root {
--color-1: #dddfe4;
--color-2: #d5d5d8;
--color-3: #cbc8c8;
--color-4: #bcb9ba;
--color-5: #b39794;
}

CSS del degradado de fondo Whispers of Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dddfe4, #d5d5d8, #cbc8c8, #bcb9ba, #b39794);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dddfe4, #d5d5d8, #cbc8c8, #bcb9ba, #b39794);
}

Whispers of Dusk color palette created on .