Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-pink {
color: #ff75ff;
}
.electric-indigo {
color: #6a00ff;
}
.capri {
color: #00bfff;
}
.green-gas {
color: #00ff99;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--fuchsia-pink:#ff75ff;
--electric-indigo:#6a00ff;
--capri:#00bfff;
--green-gas:#00ff99;
--usc-gold:#ffcc00;
}