Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.empire-yellow {
color: #fad000;
}
.american-yellow {
color: #f5b400;
}
.dodgeroll-gold {
color: #f39c12;
}
.fox-tails {
color: #db8b00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--empire-yellow:#fad000;
--american-yellow:#f5b400;
--dodgeroll-gold:#f39c12;
--fox-tails:#db8b00;
}