Color names in this palette
CSS code for this palette
/* CSS */
.gold-thread {
color: #fce9b0;
}
.zing {
color: #fcc17e;
}
.glorious-sunset {
color: #f88a1b;
}
.celosia-orange {
color: #e56938;
}
.candied-apple {
color: #b95f70;
}
/* CSS Variables */
:root {
--gold-thread:#fce9b0;
--zing:#fcc17e;
--glorious-sunset:#f88a1b;
--celosia-orange:#e56938;
--candied-apple:#b95f70;
}