Mafia Boss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mafia Boss palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mafia Boss Color Palette (PNG)
Mafia Boss color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #4d4d4d;
}
.color-3 {
color: #808080;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #dba800;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #4d4d4d;
--color-3: #808080;
--color-4: #ffffff;
--color-5: #dba800;
}
Mafia Boss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #4d4d4d, #808080, #ffffff, #dba800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #4d4d4d, #808080, #ffffff, #dba800);
}
Similar color palettes
Mafia Boss color palette created on .