Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.golden-beryl-yellow {
color: #dba400;
}
.saffron-gold {
color: #f08c00;
}
.royal-flycatcher-crest {
color: #f06400;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--golden-beryl-yellow:#dba400;
--saffron-gold:#f08c00;
--royal-flycatcher-crest:#f06400;
--bacon-strips:#e13e33;
}