Color names in this palette
CSS code for this palette
/* CSS */
.candied-apple {
color: #b65d6f;
}
.dirty-pink {
color: #d17a7e;
}
.bussell-lace {
color: #e8a39c;
}
.chai-latte {
color: #f8cba0;
}
.hawker-s-gold {
color: #f5c06b;
}
/* CSS Variables */
:root {
--candied-apple:#b65d6f;
--dirty-pink:#d17a7e;
--bussell-lace:#e8a39c;
--chai-latte:#f8cba0;
--hawker-s-gold:#f5c06b;
}