Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.raichu-orange {
color: #f9a83e;
}
.summer-citrus {
color: #f67d2c;
}
.hot-shot {
color: #f05428;
}
.ake-blood {
color: #d33b27;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--raichu-orange:#f9a83e;
--summer-citrus:#f67d2c;
--hot-shot:#f05428;
--ake-blood:#d33b27;
}