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