Paleta de colores Whispers of Dusk
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Dusk palette
CSS de la paleta de colores Whispers of Dusk
/* CSS */
.color-1 {
color: #cfb4af;
}
.color-2 {
color: #8e7177;
}
.color-3 {
color: #625561;
}
.color-4 {
color: #4f3b3d;
}
.color-5 {
color: #243c56;
}
/* CSS Variables */
:root {
--color-1: #cfb4af;
--color-2: #8e7177;
--color-3: #625561;
--color-4: #4f3b3d;
--color-5: #243c56;
}
CSS del degradado de fondo Whispers of Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfb4af, #8e7177, #625561, #4f3b3d, #243c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfb4af, #8e7177, #625561, #4f3b3d, #243c56);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 4 paletas de colores Soft pink
Whispers of Dusk color palette created on .