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