Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.usc-gold {
color: #ffcc00;
}
.capri {
color: #00bfff;
}
.reliquial-rose {
color: #ff1f80;
}
.bright-blue-violet {
color: #8a2ce2;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--usc-gold:#ffcc00;
--capri:#00bfff;
--reliquial-rose:#ff1f80;
--bright-blue-violet:#8a2ce2;
}