Mammon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mammon palette

Share this palette to:

Mammon color palette CSS

/* CSS */
.color-1 {
color: #c9a92c;
}
.color-2 {
color: #a9802d;
}
.color-3 {
color: #6a4c29;
}
.color-4 {
color: #4c3e2f;
}
.color-5 {
color: #2e292c;
}

/* CSS Variables */
:root {
--color-1: #c9a92c;
--color-2: #a9802d;
--color-3: #6a4c29;
--color-4: #4c3e2f;
--color-5: #2e292c;
}

Mammon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9a92c, #a9802d, #6a4c29, #4c3e2f, #2e292c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9a92c, #a9802d, #6a4c29, #4c3e2f, #2e292c);
}

Mammon color palette created on .