Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.shocking-orange {
color: #ff6d1f;
}
.red-orange {
color: #ff3d33;
}
.moth-orchid {
color: #d6006f;
}
.puissant-purple {
color: #7a2bbf;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--shocking-orange:#ff6d1f;
--red-orange:#ff3d33;
--moth-orchid:#d6006f;
--puissant-purple:#7a2bbf;
}