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: #e7d5e2;
}
.color-2 {
color: #d3b1d8;
}
.color-3 {
color: #b68cc5;
}
.color-4 {
color: #a56eb4;
}
.color-5 {
color: #7d4b9b;
}
/* CSS Variables */
:root {
--color-1: #e7d5e2;
--color-2: #d3b1d8;
--color-3: #b68cc5;
--color-4: #a56eb4;
--color-5: #7d4b9b;
}
CSS del degradado de fondo Whispers of Lavender
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d5e2, #d3b1d8, #b68cc5, #a56eb4, #7d4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d5e2, #d3b1d8, #b68cc5, #a56eb4, #7d4b9b);
}
Paletas de colores similares
Whispers of Lavender color palette created on .