Malicious Malady Color Palette
Discover the beautiful Malicious Malady color palette featuring ripe plum (#3d004d), purple (#7400bd), electric violet (#bb0fff), supernova (#ffcc00) and flamenco (#ff7c0a).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Dark, Fun, High Contrast, Modern, Orange, Purple, Violet, Yellow 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
UI Examples
Explore beautiful UI components with Malicious Malady palette
💻 Malicious Malady color palette CSS
/* CSS */
.color-1 {
color: #3d004d;
}
.color-2 {
color: #7400bd;
}
.color-3 {
color: #bb0fff;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff7c0a;
}
/* CSS Variables */
:root {
--color-1: #3d004d;
--color-2: #7400bd;
--color-3: #bb0fff;
--color-4: #ffcc00;
--color-5: #ff7c0a;
} 🌈 Malicious Malady background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d004d, #7400bd, #bb0fff, #ffcc00, #ff7c0a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d004d, #7400bd, #bb0fff, #ffcc00, #ff7c0a);
} 🔗 Explore similar color palettes
Malicious Malady color palette created on .