CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.pyrite {
color: #f4c543;
}
.raichu-orange {
color: #f9a83e;
}
.carrot {
color: #f86a3f;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--pyrite:#f4c543;
--raichu-orange:#f9a83e;
--carrot:#f86a3f;
--capocollo:#d8544f;
}