Color names in this palette
CSS code for this palette
/* CSS */
.rotunda-gold {
color: #f7dfc0;
}
.maximum-yellow-red {
color: #f1b74b;
}
.hot-orange {
color: #f28740;
}
.flint-corn-red {
color: #d9613f;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--rotunda-gold:#f7dfc0;
--maximum-yellow-red:#f1b74b;
--hot-orange:#f28740;
--flint-corn-red:#d9613f;
--harissa-red:#a62b2b;
}