Mafia Color Palette
Discover the beautiful Mafia color palette featuring cowboy (#4a2b2e), ferra (#784a4d), pharlap (#a5787e), clam shell (#d1b3b4) and cavern pink (#e7c5c8).
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 Mafia palette
💻 Mafia color palette CSS
/* CSS */
.color-1 {
color: #4a2b2e;
}
.color-2 {
color: #784a4d;
}
.color-3 {
color: #a5787e;
}
.color-4 {
color: #d1b3b4;
}
.color-5 {
color: #e7c5c8;
}
/* CSS Variables */
:root {
--color-1: #4a2b2e;
--color-2: #784a4d;
--color-3: #a5787e;
--color-4: #d1b3b4;
--color-5: #e7c5c8;
}
🌈 Mafia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b2e, #784a4d, #a5787e, #d1b3b4, #e7c5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b2e, #784a4d, #a5787e, #d1b3b4, #e7c5c8);
}
🔗 Explore similar color palettes
Mafia color palette created on .