Paleta de colores Whispers of Serene Dusk
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Serene Dusk palette
CSS de la paleta de colores Whispers of Serene Dusk
/* CSS */
.color-1 {
color: #eeeef2;
}
.color-2 {
color: #e2d5d9;
}
.color-3 {
color: #d6c7cb;
}
.color-4 {
color: #c7b5ae;
}
.color-5 {
color: #bf9882;
}
/* CSS Variables */
:root {
--color-1: #eeeef2;
--color-2: #e2d5d9;
--color-3: #d6c7cb;
--color-4: #c7b5ae;
--color-5: #bf9882;
}
CSS del degradado de fondo Whispers of Serene Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eeeef2, #e2d5d9, #d6c7cb, #c7b5ae, #bf9882);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eeeef2, #e2d5d9, #d6c7cb, #c7b5ae, #bf9882);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 6 paletas de colores Light gray
Whispers of Serene Dusk color palette created on .