Color names in this palette
CSS code for this palette
/* CSS */
.raichu-orange {
color: #f9b13e;
}
.sandy-brown {
color: #f5a85b;
}
.orange-chiffon {
color: #fbaf83;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.camel-red {
color: #e8723b;
}
/* CSS Variables */
:root {
--raichu-orange:#f9b13e;
--sandy-brown:#f5a85b;
--orange-chiffon:#fbaf83;
--solar-plexus-chakra:#f1c84b;
--camel-red:#e8723b;
}