Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.royal-flycatcher-crest {
color: #f56a00;
}
.torii-red {
color: #d64000;
}
.burnt-sienna {
color: #a82d00;
}
.baragon-brown {
color: #5c0f00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--royal-flycatcher-crest:#f56a00;
--torii-red:#d64000;
--burnt-sienna:#a82d00;
--baragon-brown:#5c0f00;
}