Red Mafia Color Palette

Discover the beautiful Red Mafia color palette featuring van cleef (#4b0c0c), burnt umber (#982a2a), new york pink (#d27070), tacao (#f0b799) and albescent white (#f7e5d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Retro, Vibrant, Warm color palettes and combinations.

💡 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 Red Mafia palette

Share this palette to:

💻 Red Mafia color palette CSS

/* CSS */
.color-1 {
color: #4b0c0c;
}
.color-2 {
color: #982a2a;
}
.color-3 {
color: #d27070;
}
.color-4 {
color: #f0b799;
}
.color-5 {
color: #f7e5d9;
}

/* CSS Variables */
:root {
--color-1: #4b0c0c;
--color-2: #982a2a;
--color-3: #d27070;
--color-4: #f0b799;
--color-5: #f7e5d9;
}

🌈 Red Mafia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0c0c, #982a2a, #d27070, #f0b799, #f7e5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0c0c, #982a2a, #d27070, #f0b799, #f7e5d9);
}

Red Mafia color palette created on .