Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.fireglow {
color: #d65e3d;
}
.raichu-orange {
color: #f8a93a;
}
.firelight {
color: #f8d97c;
}
.springtime {
color: #e9e7b4;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--fireglow:#d65e3d;
--raichu-orange:#f8a93a;
--firelight:#f8d97c;
--springtime:#e9e7b4;
}