Color names in this palette
CSS code for this palette
/* CSS */
.tiger-moth-orange {
color: #d85f0e;
}
.cherokee-dignity {
color: #e17c23;
}
.egyptian-gold {
color: #efa64d;
}
.australian-apricot {
color: #f4c8a4;
}
.burnt-copper {
color: #c66a39;
}
/* CSS Variables */
:root {
--tiger-moth-orange:#d85f0e;
--cherokee-dignity:#e17c23;
--egyptian-gold:#efa64d;
--australian-apricot:#f4c8a4;
--burnt-copper:#c66a39;
}