Purple Mafia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Mafia palette

Share this palette to:

Purple Mafia color palette CSS

/* CSS */
.color-1 {
color: #1e1a38;
}
.color-2 {
color: #4e3f55;
}
.color-3 {
color: #7f5c7b;
}
.color-4 {
color: #b48e95;
}
.color-5 {
color: #f4c3c3;
}

/* CSS Variables */
:root {
--color-1: #1e1a38;
--color-2: #4e3f55;
--color-3: #7f5c7b;
--color-4: #b48e95;
--color-5: #f4c3c3;
}

Purple Mafia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a38, #4e3f55, #7f5c7b, #b48e95, #f4c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a38, #4e3f55, #7f5c7b, #b48e95, #f4c3c3);
}

Purple Mafia color palette created on .