Golden Luxury Color Palette

Discover the beautiful Golden Luxury color palette featuring twine (#bfa25a), brown rust (#a66d3a), ironstone (#794d39), minsk (#4a3979) and oracle (#39796e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLuxury, Gold, Amber, Earthy, 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 Golden Luxury palette

Share this palette to:

💻 Golden Luxury color palette CSS

/* CSS */
.color-1 {
color: #bfa25a;
}
.color-2 {
color: #a66d3a;
}
.color-3 {
color: #794d39;
}
.color-4 {
color: #4a3979;
}
.color-5 {
color: #39796e;
}

/* CSS Variables */
:root {
--color-1: #bfa25a;
--color-2: #a66d3a;
--color-3: #794d39;
--color-4: #4a3979;
--color-5: #39796e;
}

🌈 Golden Luxury background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa25a, #a66d3a, #794d39, #4a3979, #39796e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa25a, #a66d3a, #794d39, #4a3979, #39796e);
}

Golden Luxury color palette created on .