Antique Brass Shades Color Palette

Discover the beautiful Antique Brass Shades color palette featuring antique brass (#c88965), whiskey (#d9a76d), harvest gold (#e2b46f), manhattan (#f2c88c) and corvette (#f9d09f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beige, 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 Antique Brass Shades palette

Share this palette to:

๐Ÿ’ป Antique Brass Shades color palette CSS

/* CSS */
.color-1 {
color: #c88965;
}
.color-2 {
color: #d9a76d;
}
.color-3 {
color: #e2b46f;
}
.color-4 {
color: #f2c88c;
}
.color-5 {
color: #f9d09f;
}

/* CSS Variables */
:root {
--color-1: #c88965;
--color-2: #d9a76d;
--color-3: #e2b46f;
--color-4: #f2c88c;
--color-5: #f9d09f;
}

๐ŸŒˆ Antique Brass Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c88965, #d9a76d, #e2b46f, #f2c88c, #f9d09f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c88965, #d9a76d, #e2b46f, #f2c88c, #f9d09f);
}

Antique Brass Shades color palette created on .