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: #e5e5fa;
}
.color-2 {
color: #d8c0d8;
}
.color-3 {
color: #c8a2c8;
}
.color-4 {
color: #b19bd9;
}
.color-5 {
color: #a27dc5;
}

/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #d8c0d8;
--color-3: #c8a2c8;
--color-4: #b19bd9;
--color-5: #a27dc5;
}

CSS del degradado de fondo Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #d8c0d8, #c8a2c8, #b19bd9, #a27dc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #d8c0d8, #c8a2c8, #b19bd9, #a27dc5);
}

Lavender Dreams color palette created on .