Color names in this palette
CSS code for this palette
/* CSS */
.flame-seal {
color: #f6e45a;
}
.yellow-groove {
color: #f9b92f;
}
.sun-orange {
color: #f47b1f;
}
.emergency-zone {
color: #e26b3c;
}
.sweet-mandarin {
color: #d55b39;
}
/* CSS Variables */
:root {
--flame-seal:#f6e45a;
--yellow-groove:#f9b92f;
--sun-orange:#f47b1f;
--emergency-zone:#e26b3c;
--sweet-mandarin:#d55b39;
}