Paleta de colores Lavender Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lavender Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Lavender Dreamscape

/* CSS */
.color-1 {
color: #d1c5e7;
}
.color-2 {
color: #b69fd6;
}
.color-3 {
color: #a55aaf;
}
.color-4 {
color: #7f3a9c;
}
.color-5 {
color: #5e2b7d;
}

/* CSS Variables */
:root {
--color-1: #d1c5e7;
--color-2: #b69fd6;
--color-3: #a55aaf;
--color-4: #7f3a9c;
--color-5: #5e2b7d;
}

CSS del degradado de fondo Lavender Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5e7, #b69fd6, #a55aaf, #7f3a9c, #5e2b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5e7, #b69fd6, #a55aaf, #7f3a9c, #5e2b7d);
}

Lavender Dreamscape color palette created on .