Color names in this palette
CSS code for this palette
/* CSS */
.honey-butter {
color: #f8d39b;
}
.goldsmith {
color: #f0b14c;
}
.chat-orange {
color: #f59c42;
}
.celosia-orange {
color: #e76b32;
}
.crab-curry {
color: #da4b2b;
}
/* CSS Variables */
:root {
--honey-butter:#f8d39b;
--goldsmith:#f0b14c;
--chat-orange:#f59c42;
--celosia-orange:#e76b32;
--crab-curry:#da4b2b;
}