Color names in this palette
CSS code for this palette
/* CSS */
.super-saiyan {
color: #ffdd00;
}
.ucla-gold {
color: #ffb300;
}
.princeton-orange {
color: #ff9100;
}
.smashing-pumpkins {
color: #ff5724;
}
.rosso-corsa {
color: #d60000;
}
/* CSS Variables */
:root {
--super-saiyan:#ffdd00;
--ucla-gold:#ffb300;
--princeton-orange:#ff9100;
--smashing-pumpkins:#ff5724;
--rosso-corsa:#d60000;
}