Maleficent Color Palette
Discover the beautiful Maleficent color palette featuring meteorite (#3c1f6b), butterfly bush (#6b508b), medium red violet (#b93c7f), buttercup (#f5a524) and marzipan (#f9e39a).
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 Maleficent palette
💻 Maleficent color palette CSS
/* CSS */
.color-1 {
color: #3c1f6b;
}
.color-2 {
color: #6b508b;
}
.color-3 {
color: #b93c7f;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f9e39a;
}
/* CSS Variables */
:root {
--color-1: #3c1f6b;
--color-2: #6b508b;
--color-3: #b93c7f;
--color-4: #f5a524;
--color-5: #f9e39a;
} 🌈 Maleficent background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1f6b, #6b508b, #b93c7f, #f5a524, #f9e39a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1f6b, #6b508b, #b93c7f, #f5a524, #f9e39a);
} 🔗 Explore similar color palettes
Maleficent color palette created on .