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