Antique Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Antique Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Antique Elegance Color Palette (PNG)
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);
}
Similar color palettes
Antique Elegance color palette created on .