Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.raichu-orange {
color: #f6a83c;
}
.quince-jelly {
color: #f58e2e;
}
.apocalyptic-orange {
color: #f4741f;
}
.buffallo-sauce {
color: #f45c1a;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--raichu-orange:#f6a83c;
--quince-jelly:#f58e2e;
--apocalyptic-orange:#f4741f;
--buffallo-sauce:#f45c1a;
}