Mammon Color Palette
Discover the beautiful Mammon color palette featuring metallic bronze (#4c3b1f), dallas (#7e5d2a), tussock (#b58e3b), apache (#e0c56c) and wheat (#f2e1a6).
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 Mammon palette
๐ป Mammon color palette CSS
/* CSS */
.color-1 {
color: #4c3b1f;
}
.color-2 {
color: #7e5d2a;
}
.color-3 {
color: #b58e3b;
}
.color-4 {
color: #e0c56c;
}
.color-5 {
color: #f2e1a6;
}
/* CSS Variables */
:root {
--color-1: #4c3b1f;
--color-2: #7e5d2a;
--color-3: #b58e3b;
--color-4: #e0c56c;
--color-5: #f2e1a6;
} ๐ Mammon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3b1f, #7e5d2a, #b58e3b, #e0c56c, #f2e1a6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3b1f, #7e5d2a, #b58e3b, #e0c56c, #f2e1a6);
} ๐ Explore similar color palettes
Mammon color palette created on .