Malicious Malady Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Malicious Malady palette
Color Inspiration
Images that showcase this color palette in real designs
Download Malicious Malady Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Malicious Malady color palette created on .