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