Color names in this palette
CSS code for this palette
/* CSS */
.burning-orange {
color: #ff6d29;
}
.au-gratin {
color: #ffa047;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.honey-glaze {
color: #ffda75;
}
.candle-flame {
color: #fff4a3;
}
/* CSS Variables */
:root {
--burning-orange:#ff6d29;
--au-gratin:#ffa047;
--peanut-butter-chicken:#ffb65c;
--honey-glaze:#ffda75;
--candle-flame:#fff4a3;
}