Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c69c6c;
}
.pyramid-gold {
color: #e3b472;
}
.antique-wicker-basket {
color: #f2d4a1;
}
.smoldering-copper {
color: #a96b4c;
}
.spiced-red {
color: #8c4f3b;
}
/* CSS Variables */
:root {
--amber-autumn:#c69c6c;
--pyramid-gold:#e3b472;
--antique-wicker-basket:#f2d4a1;
--smoldering-copper:#a96b4c;
--spiced-red:#8c4f3b;
}