Luxury Old Money Color Palette
Discover the beautiful Luxury Old Money color palette featuring bison hide (#bfb5a1), gray olive (#a8a08f), sandstone (#7b6b5b), shingle fawn (#714e38) and mondo (#4b3d30).
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: #bfb5a1;
}
.color-2 {
color: #a8a08f;
}
.color-3 {
color: #7b6b5b;
}
.color-4 {
color: #714e38;
}
.color-5 {
color: #4b3d30;
}
/* CSS Variables */
:root {
--color-1: #bfb5a1;
--color-2: #a8a08f;
--color-3: #7b6b5b;
--color-4: #714e38;
--color-5: #4b3d30;
}
🌈 Luxury Old Money background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfb5a1, #a8a08f, #7b6b5b, #714e38, #4b3d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfb5a1, #a8a08f, #7b6b5b, #714e38, #4b3d30);
}
🔗 Explore similar color palettes
Luxury Old Money color palette created on .