Paleta de colores Lavender Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lavender Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Lavender Dreams

/* CSS */
.color-1 {
color: #e5e0f0;
}
.color-2 {
color: #d1c2e0;
}
.color-3 {
color: #b19bd4;
}
.color-4 {
color: #9972c0;
}
.color-5 {
color: #794d9d;
}

/* CSS Variables */
:root {
--color-1: #e5e0f0;
--color-2: #d1c2e0;
--color-3: #b19bd4;
--color-4: #9972c0;
--color-5: #794d9d;
}

CSS del degradado de fondo Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e0f0, #d1c2e0, #b19bd4, #9972c0, #794d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e0f0, #d1c2e0, #b19bd4, #9972c0, #794d9d);
}

Lavender Dreams color palette created on .