Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-chicken {
color: #ffb65c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.ancient-bamboo {
color: #db5f00;
}
.texas-ranger-brown {
color: #9f512d;
}
/* CSS Variables */
:root {
--peanut-butter-chicken:#ffb65c;
--apricot-glazed-chicken:#f5a524;
--royal-flycatcher-crest:#f06c00;
--ancient-bamboo:#db5f00;
--texas-ranger-brown:#9f512d;
}