Color names in this palette
CSS code for this palette
/* CSS */
.tasman-honey-yellow {
color: #e6c85c;
}
.welcoming-wasp {
color: #f0a800;
}
.princeton-orange {
color: #fa8e00;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.raging-leaf {
color: #db5400;
}
/* CSS Variables */
:root {
--tasman-honey-yellow:#e6c85c;
--welcoming-wasp:#f0a800;
--princeton-orange:#fa8e00;
--royal-flycatcher-crest:#f06c00;
--raging-leaf:#db5400;
}