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