Color names in this palette
CSS code for this palette
/* CSS */
.flame-orange {
color: #f68a1e;
}
.pyrite {
color: #f8c244;
}
.buttery-croissant {
color: #f5e39e;
}
.prosciutto {
color: #e2b4a2;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--flame-orange:#f68a1e;
--pyrite:#f8c244;
--buttery-croissant:#f5e39e;
--prosciutto:#e2b4a2;
--entan-red:#e76e50;
}