Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.blue-fire {
color: #00a8e0;
}
.maldives {
color: #00bdd6;
}
.dark-shamrock {
color: #3ddb97;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--blue-fire:#00a8e0;
--maldives:#00bdd6;
--dark-shamrock:#3ddb97;
--usc-gold:#ffcc00;
}