Light Wisteria Color Palette
Discover the beautiful Light Wisteria color palette featuring melanie (#e2b6e0), light wisteria (#c49cd3), lavender purple (#a281b6), affair (#6f4c8a) and jacarta (#3e2b64).
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 Light Wisteria palette
💻 Light Wisteria color palette CSS
/* CSS */
.color-1 {
color: #e2b6e0;
}
.color-2 {
color: #c49cd3;
}
.color-3 {
color: #a281b6;
}
.color-4 {
color: #6f4c8a;
}
.color-5 {
color: #3e2b64;
}
/* CSS Variables */
:root {
--color-1: #e2b6e0;
--color-2: #c49cd3;
--color-3: #a281b6;
--color-4: #6f4c8a;
--color-5: #3e2b64;
} 🌈 Light Wisteria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b6e0, #c49cd3, #a281b6, #6f4c8a, #3e2b64);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b6e0, #c49cd3, #a281b6, #6f4c8a, #3e2b64);
} 🔗 Explore similar color palettes
Light Wisteria color palette created on .