Purple Wisteria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Wisteria palette
Color Inspiration
Images that showcase this color palette in real designs
Download Purple Wisteria Color Palette (PNG)
Purple Wisteria color palette CSS
/* CSS */
.color-1 {
color: #e2d9f2;
}
.color-2 {
color: #b4a3d7;
}
.color-3 {
color: #9f7bb7;
}
.color-4 {
color: #6a4d99;
}
.color-5 {
color: #392b6e;
}
/* CSS Variables */
:root {
--color-1: #e2d9f2;
--color-2: #b4a3d7;
--color-3: #9f7bb7;
--color-4: #6a4d99;
--color-5: #392b6e;
}
Purple Wisteria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d9f2, #b4a3d7, #9f7bb7, #6a4d99, #392b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d9f2, #b4a3d7, #9f7bb7, #6a4d99, #392b6e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Purple Wisteria color palette created on .