Malice Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Malice palette
Malice color palette PNG image
Malice color palette CSS
/* CSS */
.color-1 {
color: #2b2848;
}
.color-2 {
color: #5a4785;
}
.color-3 {
color: #967698;
}
.color-4 {
color: #e27c6f;
}
.color-5 {
color: #f74a4a;
}
/* CSS Variables */
:root {
--color-1: #2b2848;
--color-2: #5a4785;
--color-3: #967698;
--color-4: #e27c6f;
--color-5: #f74a4a;
}
Malice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2848, #5a4785, #967698, #e27c6f, #f74a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2848, #5a4785, #967698, #e27c6f, #f74a4a);
}
Similar color palettes
Malice color palette created on .