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: #fdbace;
}
.color-2 {
color: #cdcbcd;
}
.color-3 {
color: #ab59a9;
}
.color-4 {
color: #5c5157;
}
.color-5 {
color: #2c2628;
}

/* CSS Variables */
:root {
--color-1: #fdbace;
--color-2: #cdcbcd;
--color-3: #ab59a9;
--color-4: #5c5157;
--color-5: #2c2628;
}

CSS del degradado de fondo Whispers of Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdbace, #cdcbcd, #ab59a9, #5c5157, #2c2628);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdbace, #cdcbcd, #ab59a9, #5c5157, #2c2628);
}

Whispers of Dusk color palette created on .