Paleta de colores Light Wisteria

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Wisteria palette

Compartir esta paleta en:

CSS de la paleta de colores Light Wisteria

/* CSS */
.color-1 {
color: #dab3e0;
}
.color-2 {
color: #caa2dd;
}
.color-3 {
color: #b49bca;
}
.color-4 {
color: #a78ab7;
}
.color-5 {
color: #9f78b5;
}

/* CSS Variables */
:root {
--color-1: #dab3e0;
--color-2: #caa2dd;
--color-3: #b49bca;
--color-4: #a78ab7;
--color-5: #9f78b5;
}

CSS del degradado de fondo Light Wisteria

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dab3e0, #caa2dd, #b49bca, #a78ab7, #9f78b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dab3e0, #caa2dd, #b49bca, #a78ab7, #9f78b5);
}

Light Wisteria color palette created on .