Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d65e3d;
}
.monarch-orange {
color: #f1a06a;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.french-market {
color: #a3c69f;
}
.chlorite {
color: #5e8d7f;
}
/* CSS Variables */
:root {
--fireglow:#d65e3d;
--monarch-orange:#f1a06a;
--smooth-as-corn-silk:#f6e5b1;
--french-market:#a3c69f;
--chlorite:#5e8d7f;
}