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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Antique Brass Shades color palette created on .