Color names in this palette
CSS code for this palette
/* CSS */
.hot-chilli {
color: #b8503d;
}
.jelly-slug {
color: #d9694a;
}
.monarch-orange {
color: #f2a069;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.duck-egg-cream {
color: #c7e1d1;
}
/* CSS Variables */
:root {
--hot-chilli:#b8503d;
--jelly-slug:#d9694a;
--monarch-orange:#f2a069;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--duck-egg-cream:#c7e1d1;
}