Paleta de colores Whispers of Creamy Dusk
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Creamy Dusk palette
CSS de la paleta de colores Whispers of Creamy Dusk
/* CSS */
.color-1 {
color: #fefefb;
}
.color-2 {
color: #fdfaf2;
}
.color-3 {
color: #f7ecd4;
}
.color-4 {
color: #f0d7b7;
}
.color-5 {
color: #dfbb95;
}
/* CSS Variables */
:root {
--color-1: #fefefb;
--color-2: #fdfaf2;
--color-3: #f7ecd4;
--color-4: #f0d7b7;
--color-5: #dfbb95;
}
CSS del degradado de fondo Whispers of Creamy Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefefb, #fdfaf2, #f7ecd4, #f0d7b7, #dfbb95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefefb, #fdfaf2, #f7ecd4, #f0d7b7, #dfbb95);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40 paletas de colores Blanco
Whispers of Creamy Dusk color palette created on .