Paleta de colores Whispering Dusk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Dusk palette

Compartir esta paleta en:

Descargar la paleta de colores Whispering Dusk (PNG)

Download whispering dusk color palette PNG image (landscape)
Download whispering dusk color palette PNG image (square)

CSS de la paleta de colores Whispering Dusk

/* CSS */
.color-1 {
color: #dfded8;
}
.color-2 {
color: #ece6da;
}
.color-3 {
color: #f5f5f0;
}
.color-4 {
color: #d0d9c4;
}
.color-5 {
color: #94a9b8;
}

/* CSS Variables */
:root {
--color-1: #dfded8;
--color-2: #ece6da;
--color-3: #f5f5f0;
--color-4: #d0d9c4;
--color-5: #94a9b8;
}

CSS del degradado de fondo Whispering Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfded8, #ece6da, #f5f5f0, #d0d9c4, #94a9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfded8, #ece6da, #f5f5f0, #d0d9c4, #94a9b8);
}

Whispering Dusk color palette created on .