Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f8c73f;
}
.carona {
color: #f6a728;
}
.liquid-lava {
color: #f67913;
}
.iron-orange {
color: #e76a1d;
}
.obstinate-orange {
color: #d6582e;
}
/* CSS Variables */
:root {
--pyrite:#f8c73f;
--carona:#f6a728;
--liquid-lava:#f67913;
--iron-orange:#e76a1d;
--obstinate-orange:#d6582e;
}