Luxury Old Money Color Palette
Discover the beautiful Luxury Old Money color palette featuring barley corn (#a67a59), indian khaki (#bdaf89), bone (#e2cec1), coral reef (#c9b6a6) and kabul (#5d4e3c).
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 Luxury Old Money palette
💻 Luxury Old Money color palette CSS
/* CSS */
.color-1 {
color: #a67a59;
}
.color-2 {
color: #bdaf89;
}
.color-3 {
color: #e2cec1;
}
.color-4 {
color: #c9b6a6;
}
.color-5 {
color: #5d4e3c;
}
/* CSS Variables */
:root {
--color-1: #a67a59;
--color-2: #bdaf89;
--color-3: #e2cec1;
--color-4: #c9b6a6;
--color-5: #5d4e3c;
}
🌈 Luxury Old Money background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67a59, #bdaf89, #e2cec1, #c9b6a6, #5d4e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67a59, #bdaf89, #e2cec1, #c9b6a6, #5d4e3c);
}
🔗 Explore similar color palettes
Luxury Old Money color palette created on .