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