Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.shocking-orange {
color: #ff6d1f;
}
.ferrari-red {
color: #ff2b00;
}
.moth-orchid {
color: #d6006f;
}
.indiviolet-sunset {
color: #690dab;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--shocking-orange:#ff6d1f;
--ferrari-red:#ff2b00;
--moth-orchid:#d6006f;
--indiviolet-sunset:#690dab;
}