Color names in this palette
CSS code for this palette
/* CSS */
.byzantine-copper {
color: #a86d3e;
}
.taiwan-gold {
color: #c8a66f;
}
.double-cream {
color: #f1d7a2;
}
.barley-white {
color: #f7e3b6;
}
.antique-cameo {
color: #f3b7a0;
}
/* CSS Variables */
:root {
--byzantine-copper:#a86d3e;
--taiwan-gold:#c8a66f;
--double-cream:#f1d7a2;
--barley-white:#f7e3b6;
--antique-cameo:#f3b7a0;
}