Paleta de colores Lavender Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lavender Dreamscape palette
CSS de la paleta de colores Lavender Dreamscape
/* CSS */
.color-1 {
color: #714ab0;
}
.color-2 {
color: #6a4fab;
}
.color-3 {
color: #5b509b;
}
.color-4 {
color: #a57bc1;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #714ab0;
--color-2: #6a4fab;
--color-3: #5b509b;
--color-4: #a57bc1;
--color-5: #eab8e4;
}
CSS del degradado de fondo Lavender Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714ab0, #6a4fab, #5b509b, #a57bc1, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714ab0, #6a4fab, #5b509b, #a57bc1, #eab8e4);
}
Paletas de colores similares
Lavender Dreamscape color palette created on .