Red Mafia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Mafia palette

Share this palette to:

Red Mafia color palette CSS

/* CSS */
.color-1 {
color: #7c3c3c;
}
.color-2 {
color: #c84c4c;
}
.color-3 {
color: #f76969;
}
.color-4 {
color: #f9a37b;
}
.color-5 {
color: #fce6b6;
}

/* CSS Variables */
:root {
--color-1: #7c3c3c;
--color-2: #c84c4c;
--color-3: #f76969;
--color-4: #f9a37b;
--color-5: #fce6b6;
}

Red Mafia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3c3c, #c84c4c, #f76969, #f9a37b, #fce6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3c3c, #c84c4c, #f76969, #f9a37b, #fce6b6);
}

Red Mafia color palette created on .