Old Money Luxe Color Palette

Discover the beautiful Old Money Luxe color palette featuring pavlova (#d4c29b), gurkha (#a09a79), crocodile (#7b6e5b), kabul (#5b4a3e) and armadillo (#3b3930).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLuxury, Premium, Oldmoney, Latino, Beige, Brown, Earthy, Elegant, Soft, Warm color palettes and combinations.

💡 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 Luxe palette

Share this palette to:

💻 Old Money Luxe color palette CSS

/* CSS */
.color-1 {
color: #d4c29b;
}
.color-2 {
color: #a09a79;
}
.color-3 {
color: #7b6e5b;
}
.color-4 {
color: #5b4a3e;
}
.color-5 {
color: #3b3930;
}

/* CSS Variables */
:root {
--color-1: #d4c29b;
--color-2: #a09a79;
--color-3: #7b6e5b;
--color-4: #5b4a3e;
--color-5: #3b3930;
}

🌈 Old Money Luxe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c29b, #a09a79, #7b6e5b, #5b4a3e, #3b3930);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c29b, #a09a79, #7b6e5b, #5b4a3e, #3b3930);
}

Old Money Luxe color palette created on .