Antique Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Antique Gold palette
Antique Gold color palette CSS
/* CSS */
.color-1 {
color: #d8a76e;
}
.color-2 {
color: #c4a06e;
}
.color-3 {
color: #ae8a6b;
}
.color-4 {
color: #a66b59;
}
.color-5 {
color: #b57b4f;
}
/* CSS Variables */
:root {
--color-1: #d8a76e;
--color-2: #c4a06e;
--color-3: #ae8a6b;
--color-4: #a66b59;
--color-5: #b57b4f;
}
Antique Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a76e, #c4a06e, #ae8a6b, #a66b59, #b57b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a76e, #c4a06e, #ae8a6b, #a66b59, #b57b4f);
}
Similar color palettes
Antique Gold color palette created on .