Paleta de colores Whispers of Dread
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Dread palette
CSS de la paleta de colores Whispers of Dread
/* CSS */
.color-1 {
color: #492c59;
}
.color-2 {
color: #8f5b9f;
}
.color-3 {
color: #bd7dbf;
}
.color-4 {
color: #f3a668;
}
.color-5 {
color: #f04c3d;
}
/* CSS Variables */
:root {
--color-1: #492c59;
--color-2: #8f5b9f;
--color-3: #bd7dbf;
--color-4: #f3a668;
--color-5: #f04c3d;
}
CSS del degradado de fondo Whispers of Dread
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c59, #8f5b9f, #bd7dbf, #f3a668, #f04c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c59, #8f5b9f, #bd7dbf, #f3a668, #f04c3d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Whispers of Dread color palette created on .