Color names in this palette
CSS code for this palette
/* CSS */
.chanterelle {
color: #d4a31c;
}
.pyrite {
color: #f8c73f;
}
.clarified-orange {
color: #ffa55c;
}
.carrot {
color: #ff6e42;
}
.crab-curry {
color: #da4b2b;
}
/* CSS Variables */
:root {
--chanterelle:#d4a31c;
--pyrite:#f8c73f;
--clarified-orange:#ffa55c;
--carrot:#ff6e42;
--crab-curry:#da4b2b;
}