Light Wisteria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Wisteria palette
Color Inspiration
Images that showcase this color palette in real designs
Download Light Wisteria Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.wisteria color palettes
Light Wisteria color palette created on .