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