Paleta de colores Light Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Light Purple

/* CSS */
.color-1 {
color: #e3d9ed;
}
.color-2 {
color: #c5b3d1;
}
.color-3 {
color: #a68db0;
}
.color-4 {
color: #ef9aca;
}
.color-5 {
color: #f0c1d3;
}

/* CSS Variables */
:root {
--color-1: #e3d9ed;
--color-2: #c5b3d1;
--color-3: #a68db0;
--color-4: #ef9aca;
--color-5: #f0c1d3;
}

CSS del degradado de fondo Light Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d9ed, #c5b3d1, #a68db0, #ef9aca, #f0c1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d9ed, #c5b3d1, #a68db0, #ef9aca, #f0c1d3);
}

Light Purple color palette created on .