Color names in this palette
CSS code for this palette
/* CSS */
.raichu-orange {
color: #f9af39;
}
.pesto-calabrese {
color: #f79022;
}
.apocalyptic-orange {
color: #f26e21;
}
.red-arremer {
color: #e0524d;
}
.signal-pink {
color: #b05488;
}
/* CSS Variables */
:root {
--raichu-orange:#f9af39;
--pesto-calabrese:#f79022;
--apocalyptic-orange:#f26e21;
--red-arremer:#e0524d;
--signal-pink:#b05488;
}