Malicious Color Palette
Discover the beautiful Malicious color palette featuring livid brown (#4a2b3d), cannon pink (#7b4c6f), tapestry (#b46a8b), mandys pink (#f2b8a1) and givry (#f9e4c3).
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 Malicious palette
💻 Malicious color palette CSS
/* CSS */
.color-1 {
color: #4a2b3d;
}
.color-2 {
color: #7b4c6f;
}
.color-3 {
color: #b46a8b;
}
.color-4 {
color: #f2b8a1;
}
.color-5 {
color: #f9e4c3;
}
/* CSS Variables */
:root {
--color-1: #4a2b3d;
--color-2: #7b4c6f;
--color-3: #b46a8b;
--color-4: #f2b8a1;
--color-5: #f9e4c3;
} 🌈 Malicious background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b3d, #7b4c6f, #b46a8b, #f2b8a1, #f9e4c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b3d, #7b4c6f, #b46a8b, #f2b8a1, #f9e4c3);
} 🔗 Explore similar color palettes
Malicious color palette created on .