Paleta de colores Wistful Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Wistful Whispers palette
CSS de la paleta de colores Wistful Whispers
/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #8a7b9d;
}
.color-3 {
color: #b3a3c8;
}
.color-4 {
color: #e1b7d1;
}
.color-5 {
color: #f5a8c8;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #8a7b9d;
--color-3: #b3a3c8;
--color-4: #e1b7d1;
--color-5: #f5a8c8;
}
CSS del degradado de fondo Wistful Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #8a7b9d, #b3a3c8, #e1b7d1, #f5a8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #8a7b9d, #b3a3c8, #e1b7d1, #f5a8c8);
}
Paletas de colores similares
Wistful Whispers color palette created on .