Old Money Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Old Money palette

Share this palette to:

Old Money color palette CSS

/* CSS */
.color-1 {
color: #a79b6c;
}
.color-2 {
color: #c2b180;
}
.color-3 {
color: #d9cbaf;
}
.color-4 {
color: #b1aaa0;
}
.color-5 {
color: #8c7c4a;
}

/* CSS Variables */
:root {
--color-1: #a79b6c;
--color-2: #c2b180;
--color-3: #d9cbaf;
--color-4: #b1aaa0;
--color-5: #8c7c4a;
}

Old Money background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a79b6c, #c2b180, #d9cbaf, #b1aaa0, #8c7c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a79b6c, #c2b180, #d9cbaf, #b1aaa0, #8c7c4a);
}

Old Money color palette created on .