Paleta de colores Soft Wisteria

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Wisteria palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Wisteria

Download soft wisteria color palette PNG image (landscape)
Download soft wisteria color palette PNG image (square)

CSS de la paleta de colores Soft Wisteria

/* CSS */
.color-1 {
color: #e2b8e5;
}
.color-2 {
color: #d8a6d9;
}
.color-3 {
color: #c89cd3;
}
.color-4 {
color: #b6a8e1;
}
.color-5 {
color: #a3b6e1;
}

/* CSS Variables */
:root {
--color-1: #e2b8e5;
--color-2: #d8a6d9;
--color-3: #c89cd3;
--color-4: #b6a8e1;
--color-5: #a3b6e1;
}

CSS del degradado de fondo Soft Wisteria

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8e5, #d8a6d9, #c89cd3, #b6a8e1, #a3b6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8e5, #d8a6d9, #c89cd3, #b6a8e1, #a3b6e1);
}

Soft Wisteria color palette created on .