Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.flame-stitch {
color: #d55b48;
}
.monarch-orange {
color: #f2a36e;
}
.jemima {
color: #f7d67e;
}
.storm-lightning {
color: #f9e79f;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--flame-stitch:#d55b48;
--monarch-orange:#f2a36e;
--jemima:#f7d67e;
--storm-lightning:#f9e79f;
}