Antique Elegance Color Palette
Discover the beautiful Antique Elegance color palette featuring tussock (#c7893d), marigold (#b6792b), paarl (#a26c2a), kumera (#7b5c24) and west coast (#5a4a1b).
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 Elegance palette
๐ป Antique Elegance color palette CSS
/* CSS */
.color-1 {
color: #c7893d;
}
.color-2 {
color: #b6792b;
}
.color-3 {
color: #a26c2a;
}
.color-4 {
color: #7b5c24;
}
.color-5 {
color: #5a4a1b;
}
/* CSS Variables */
:root {
--color-1: #c7893d;
--color-2: #b6792b;
--color-3: #a26c2a;
--color-4: #7b5c24;
--color-5: #5a4a1b;
} ๐ Antique Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7893d, #b6792b, #a26c2a, #7b5c24, #5a4a1b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7893d, #b6792b, #a26c2a, #7b5c24, #5a4a1b);
} ๐ Explore similar color palettes
Antique Elegance color palette created on .