Paleta de colores Pale Lavender Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pale Lavender Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Pale Lavender Dreams

/* CSS */
.color-1 {
color: #eaecfb;
}
.color-2 {
color: #d8d4ec;
}
.color-3 {
color: #c8bde5;
}
.color-4 {
color: #a68acc;
}
.color-5 {
color: #8258b6;
}

/* CSS Variables */
:root {
--color-1: #eaecfb;
--color-2: #d8d4ec;
--color-3: #c8bde5;
--color-4: #a68acc;
--color-5: #8258b6;
}

CSS del degradado de fondo Pale Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eaecfb, #d8d4ec, #c8bde5, #a68acc, #8258b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eaecfb, #d8d4ec, #c8bde5, #a68acc, #8258b6);
}

Pale Lavender Dreams color palette created on .