Color names in this palette
CSS code for this palette
/* CSS */
.super-saiyan {
color: #ffdd00;
}
.usc-gold {
color: #ffcc00;
}
.ucla-gold {
color: #ffb300;
}
.vitamin-c {
color: #ff9900;
}
.orange-juice {
color: #ff8000;
}
/* CSS Variables */
:root {
--super-saiyan:#ffdd00;
--usc-gold:#ffcc00;
--ucla-gold:#ffb300;
--vitamin-c:#ff9900;
--orange-juice:#ff8000;
}