Bronze Glow Color Palette

Discover the beautiful Bronze Glow color palette featuring cape palliser (#9c6949), muesli (#a87b57), mongoose (#c19c7b), tan (#d7b588) and wheat (#f5e8b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Neutral, Shimmering, Soft, Sun, Vintage, 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 Bronze Glow palette

Share this palette to:

💻 Bronze Glow color palette CSS

/* CSS */
.color-1 {
color: #9c6949;
}
.color-2 {
color: #a87b57;
}
.color-3 {
color: #c19c7b;
}
.color-4 {
color: #d7b588;
}
.color-5 {
color: #f5e8b8;
}

/* CSS Variables */
:root {
--color-1: #9c6949;
--color-2: #a87b57;
--color-3: #c19c7b;
--color-4: #d7b588;
--color-5: #f5e8b8;
}

🌈 Bronze Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c6949, #a87b57, #c19c7b, #d7b588, #f5e8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c6949, #a87b57, #c19c7b, #d7b588, #f5e8b8);
}

Bronze Glow color palette created on .