Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.flame-of-prometheus {
color: #d63900;
}
.rust-red {
color: #a32c00;
}
.bloodstain {
color: #7a1f00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--royal-flycatcher-crest:#f06c00;
--flame-of-prometheus:#d63900;
--rust-red:#a32c00;
--bloodstain:#7a1f00;
}