Old Money Color Palette
Discover the beautiful Old Money color palette featuring sandal (#a79b6c), indian khaki (#c2b180), akaroa (#d9cbaf), cloudy (#b1aaa0) and shadow (#8c7c4a).
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 Old Money palette
💻 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);
}
🔗 Explore similar color palettes
Old Money color palette created on .