Discover the beautiful Purple Witch color palette featuring mulled wine (#4b3c67), deluge (#7e5b9f), strikemaster (#a5699a), whiskey (#d59a6c) and thistle green (#bac59b).
Purple Witch Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Purple Witch palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Purple Witch palette
💻 Purple Witch color palette CSS
/* CSS */
.color-1 {
color: #4b3c67;
}
.color-2 {
color: #7e5b9f;
}
.color-3 {
color: #a5699a;
}
.color-4 {
color: #d59a6c;
}
.color-5 {
color: #bac59b;
}
/* CSS Variables */
:root {
--color-1: #4b3c67;
--color-2: #7e5b9f;
--color-3: #a5699a;
--color-4: #d59a6c;
--color-5: #bac59b;
}
🌈 Purple Witch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c67, #7e5b9f, #a5699a, #d59a6c, #bac59b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c67, #7e5b9f, #a5699a, #d59a6c, #bac59b);
}
🔗 Explore similar color palettes
Purple Witch color palette created on .