CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.sorx-red {
color: #f50056;
}
.hotspot {
color: #ff4938;
}
.ucla-gold {
color: #ffb300;
}
.cyber-yellow {
color: #ffd500;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--sorx-red:#f50056;
--hotspot:#ff4938;
--ucla-gold:#ffb300;
--cyber-yellow:#ffd500;
}