Mirthful Malice Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mirthful Malice palette
Mirthful Malice color palette CSS
/* CSS */
.color-1 {
color: #b92d49;
}
.color-2 {
color: #f65a77;
}
.color-3 {
color: #f8a64f;
}
.color-4 {
color: #8dc0e2;
}
.color-5 {
color: #4b4f8b;
}
/* CSS Variables */
:root {
--color-1: #b92d49;
--color-2: #f65a77;
--color-3: #f8a64f;
--color-4: #8dc0e2;
--color-5: #4b4f8b;
}
Mirthful Malice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b92d49, #f65a77, #f8a64f, #8dc0e2, #4b4f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b92d49, #f65a77, #f8a64f, #8dc0e2, #4b4f8b);
}
Similar color palettes
Mirthful Malice color palette created on .