Color names in this palette
CSS code for this palette
/* CSS */
.himawari-yellow {
color: #fac800;
}
.jack-o {
color: #fa9a00;
}
.flush-orange {
color: #fa6c00;
}
.metroid-red {
color: #fa3e00;
}
.radioactive-eggplant {
color: #fa006c;
}
/* CSS Variables */
:root {
--himawari-yellow:#fac800;
--jack-o:#fa9a00;
--flush-orange:#fa6c00;
--metroid-red:#fa3e00;
--radioactive-eggplant:#fa006c;
}