CSS code for this palette
/* CSS */
.molten-core {
color: #ff5900;
}
.sun-crete {
color: #ff8c00;
}
.ucla-gold {
color: #ffb300;
}
.super-saiyan {
color: #ffdd00;
}
.yellow {
color: #ffff00;
}
/* CSS Variables */
:root {
--molten-core:#ff5900;
--sun-crete:#ff8c00;
--ucla-gold:#ffb300;
--super-saiyan:#ffdd00;
--yellow:#ffff00;
}