Paleta de colores Lila Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lila Dream palette
CSS de la paleta de colores Lila Dream
/* CSS */
.color-1 {
color: #b29dd8;
}
.color-2 {
color: #8f70bd;
}
.color-3 {
color: #6b5091;
}
.color-4 {
color: #f1a7c6;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #b29dd8;
--color-2: #8f70bd;
--color-3: #6b5091;
--color-4: #f1a7c6;
--color-5: #f4e1a4;
}
CSS del degradado de fondo Lila Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b29dd8, #8f70bd, #6b5091, #f1a7c6, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b29dd8, #8f70bd, #6b5091, #f1a7c6, #f4e1a4);
}
Paletas de colores similares
Lila Dream color palette created on .