Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.sun-crete {
color: #ff8c00;
}
.phaser-beam {
color: #ff4d00;
}
.chinese-new-year {
color: #ff2e6d;
}
.purple-climax {
color: #8800ff;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--sun-crete:#ff8c00;
--phaser-beam:#ff4d00;
--chinese-new-year:#ff2e6d;
--purple-climax:#8800ff;
}