Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d72d28;
}
.fresh-auburn {
color: #a62c26;
}
.gold-tips {
color: #e6b328;
}
.antique-wicker-basket {
color: #f1d3a2;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--chi-gong:#d72d28;
--fresh-auburn:#a62c26;
--gold-tips:#e6b328;
--antique-wicker-basket:#f1d3a2;
--white-smoke:#f5f5f5;
}