Color names in this palette
CSS code for this palette
/* CSS */
.flame-scarlet {
color: #d72839;
}
.hot-orange {
color: #f78c40;
}
.hawker-s-gold {
color: #f3c26d;
}
.young-green-onion {
color: #a4d84f;
}
.greenbrier {
color: #4c9e69;
}
/* CSS Variables */
:root {
--flame-scarlet:#d72839;
--hot-orange:#f78c40;
--hawker-s-gold:#f3c26d;
--young-green-onion:#a4d84f;
--greenbrier:#4c9e69;
}