CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.flush-orange {
color: #ff6e00;
}
.sun-crete {
color: #ff8c00;
}
.ucla-gold {
color: #ffb300;
}
.star {
color: #ffe500;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--flush-orange:#ff6e00;
--sun-crete:#ff8c00;
--ucla-gold:#ffb300;
--star:#ffe500;
}