Wisteria Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wisteria Shades palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wisteria Shades Color Palette (PNG)
Wisteria Shades color palette CSS
/* CSS */
.color-1 {
color: #b6a1d9;
}
.color-2 {
color: #9b7cc0;
}
.color-3 {
color: #7f5b9f;
}
.color-4 {
color: #4f3e74;
}
.color-5 {
color: #2c2a4b;
}
/* CSS Variables */
:root {
--color-1: #b6a1d9;
--color-2: #9b7cc0;
--color-3: #7f5b9f;
--color-4: #4f3e74;
--color-5: #2c2a4b;
}
Wisteria Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6a1d9, #9b7cc0, #7f5b9f, #4f3e74, #2c2a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6a1d9, #9b7cc0, #7f5b9f, #4f3e74, #2c2a4b);
}
Similar color palettes
Wisteria Shades color palette created on .