Shades of Wisteria Color Palette
Discover the beautiful Shades of Wisteria color palette featuring prelude (#e1c5e7), east side (#b29acb), blue marguerite (#8a69bf), butterfly bush (#5a4c9a) and jacarta (#3a2a6a).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Shades of Wisteria palette
💻 Shades of Wisteria color palette CSS
/* CSS */
.color-1 {
color: #e1c5e7;
}
.color-2 {
color: #b29acb;
}
.color-3 {
color: #8a69bf;
}
.color-4 {
color: #5a4c9a;
}
.color-5 {
color: #3a2a6a;
}
/* CSS Variables */
:root {
--color-1: #e1c5e7;
--color-2: #b29acb;
--color-3: #8a69bf;
--color-4: #5a4c9a;
--color-5: #3a2a6a;
} 🌈 Shades of Wisteria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c5e7, #b29acb, #8a69bf, #5a4c9a, #3a2a6a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c5e7, #b29acb, #8a69bf, #5a4c9a, #3a2a6a);
} 🔗 Explore similar color palettes
Shades of Wisteria color palette created on .