Color names in this palette
CSS code for this palette
/* CSS */
.phellodendron-amurense {
color: #f7c23b;
}
.mad-for-mango {
color: #f5a300;
}
.sumac-dyed {
color: #e48e25;
}
.gold-drop {
color: #d66c2e;
}
.potter-s-clay {
color: #a64a2b;
}
/* CSS Variables */
:root {
--phellodendron-amurense:#f7c23b;
--mad-for-mango:#f5a300;
--sumac-dyed:#e48e25;
--gold-drop:#d66c2e;
--potter-s-clay:#a64a2b;
}