Color names in this palette
CSS code for this palette
/* CSS */
.anna-banana {
color: #f9d543;
}
.raichu-orange {
color: #f9a939;
}
.hot-orange {
color: #f78c3b;
}
.orange-soda {
color: #f75a3b;
}
.sizzling-red {
color: #f73b5a;
}
/* CSS Variables */
:root {
--anna-banana:#f9d543;
--raichu-orange:#f9a939;
--hot-orange:#f78c3b;
--orange-soda:#f75a3b;
--sizzling-red:#f73b5a;
}