Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.deep-orange {
color: #db5000;
}
.muddy {
color: #a33900;
}
.conker-brown {
color: #5c2900;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--royal-flycatcher-crest:#f06c00;
--deep-orange:#db5000;
--muddy:#a33900;
--conker-brown:#5c2900;
}