Voodoo Doll Color Palette
Discover the beautiful Voodoo Doll color palette featuring mid gray (#5a5d63), strikemaster (#a35c8d), sandy brown (#f4a462), valencia (#d54e3f) and zinnwaldite (#e9bea5).
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 Voodoo Doll palette
💻 Voodoo Doll color palette CSS
/* CSS */
.color-1 {
color: #5a5d63;
}
.color-2 {
color: #a35c8d;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #d54e3f;
}
.color-5 {
color: #e9bea5;
}
/* CSS Variables */
:root {
--color-1: #5a5d63;
--color-2: #a35c8d;
--color-3: #f4a462;
--color-4: #d54e3f;
--color-5: #e9bea5;
} 🌈 Voodoo Doll background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a5d63, #a35c8d, #f4a462, #d54e3f, #e9bea5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a5d63, #a35c8d, #f4a462, #d54e3f, #e9bea5);
} 🔗 Explore similar color palettes
Voodoo Doll color palette created on .