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: #cec9c5;
}
.color-2 {
color: #928b81;
}
.color-3 {
color: #149cdb;
}
.color-4 {
color: #655d58;
}
.color-5 {
color: #0f5680;
}
/* CSS Variables */
:root {
--color-1: #cec9c5;
--color-2: #928b81;
--color-3: #149cdb;
--color-4: #655d58;
--color-5: #0f5680;
}
CSS del degradado de fondo "Whispers of Dusk"
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cec9c5, #928b81, #149cdb, #655d58, #0f5680);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cec9c5, #928b81, #149cdb, #655d58, #0f5680);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 4 paletas de colores Soft gray
"Whispers of Dusk" color palette created on .