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