Paleta de colores Shades of Wisteria

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Wisteria palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Wisteria

/* CSS */
.color-1 {
color: #d8bae3;
}
.color-2 {
color: #caa2dd;
}
.color-3 {
color: #a37bc1;
}
.color-4 {
color: #8b5ea1;
}
.color-5 {
color: #6f3b87;
}

/* CSS Variables */
:root {
--color-1: #d8bae3;
--color-2: #caa2dd;
--color-3: #a37bc1;
--color-4: #8b5ea1;
--color-5: #6f3b87;
}

CSS del degradado de fondo Shades of Wisteria

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8bae3, #caa2dd, #a37bc1, #8b5ea1, #6f3b87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8bae3, #caa2dd, #a37bc1, #8b5ea1, #6f3b87);
}

Shades of Wisteria color palette created on .