Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.shocking-orange {
color: #ff6d1f;
}
.red-clown {
color: #d93b36;
}
.wild-aster {
color: #a6368b;
}
.dark-prince {
color: #6d6d8d;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--shocking-orange:#ff6d1f;
--red-clown:#d93b36;
--wild-aster:#a6368b;
--dark-prince:#6d6d8d;
}