Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.shocking-orange {
color: #ff6d1f;
}
.poinciana {
color: #d83a2c;
}
.vega-violet {
color: #a64dff;
}
.blue-genie {
color: #6961ff;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--shocking-orange:#ff6d1f;
--poinciana:#d83a2c;
--vega-violet:#a64dff;
--blue-genie:#6961ff;
}