Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d62c29;
}
.sohi-red {
color: #e75b3c;
}
.bergamot-orange {
color: #f69b5a;
}
.westfall-yellow {
color: #f8d34f;
}
.gold-sand {
color: #f9e5a9;
}
/* CSS Variables */
:root {
--chi-gong:#d62c29;
--sohi-red:#e75b3c;
--bergamot-orange:#f69b5a;
--westfall-yellow:#f8d34f;
--gold-sand:#f9e5a9;
}