Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.maldives {
color: #00bdd6;
}
.devil-s-grass {
color: #4cae4f;
}
.usc-gold {
color: #ffcc00;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--maldives:#00bdd6;
--devil-s-grass:#4cae4f;
--usc-gold:#ffcc00;
--smashing-pumpkins:#ff5724;
}