Paleta de colores Lavender Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lavender Dreams palette
CSS de la paleta de colores Lavender Dreams
/* CSS */
.color-1 {
color: #5b507c;
}
.color-2 {
color: #7d6a9a;
}
.color-3 {
color: #9f8dbf;
}
.color-4 {
color: #c19ee0;
}
.color-5 {
color: #e6c7f0;
}
/* CSS Variables */
:root {
--color-1: #5b507c;
--color-2: #7d6a9a;
--color-3: #9f8dbf;
--color-4: #c19ee0;
--color-5: #e6c7f0;
}
CSS del degradado de fondo Lavender Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b507c, #7d6a9a, #9f8dbf, #c19ee0, #e6c7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b507c, #7d6a9a, #9f8dbf, #c19ee0, #e6c7f0);
}
Paletas de colores similares
Lavender Dreams color palette created on .