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: #690dab;
}
.color-2 {
color: #a45fbf;
}
.color-3 {
color: #c79edc;
}
.color-4 {
color: #d6a1e3;
}
.color-5 {
color: #f3d3f8;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a45fbf;
--color-3: #c79edc;
--color-4: #d6a1e3;
--color-5: #f3d3f8;
}
CSS del degradado de fondo Lavender Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a45fbf, #c79edc, #d6a1e3, #f3d3f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a45fbf, #c79edc, #d6a1e3, #f3d3f8);
}
Paletas de colores similares
Lavender Dreams color palette created on .