Light Wisteria Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Wisteria palette

Share this palette to:

Light Wisteria color palette PNG image

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

Light Wisteria color palette CSS

/* CSS */
.color-1 {
color: #bea1d4;
}
.color-2 {
color: #a87ec9;
}
.color-3 {
color: #9c5eb0;
}
.color-4 {
color: #6b4b8b;
}
.color-5 {
color: #3c296a;
}

/* CSS Variables */
:root {
--color-1: #bea1d4;
--color-2: #a87ec9;
--color-3: #9c5eb0;
--color-4: #6b4b8b;
--color-5: #3c296a;
}

Light Wisteria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea1d4, #a87ec9, #9c5eb0, #6b4b8b, #3c296a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea1d4, #a87ec9, #9c5eb0, #6b4b8b, #3c296a);
}

Light Wisteria color palette created on .