Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.empire-yellow {
color: #f5d000;
}
.mustard-flower {
color: #dac20b;
}
.moldy-ochre {
color: #d6a400;
}
.cookie-dough {
color: #a86d00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--empire-yellow:#f5d000;
--mustard-flower:#dac20b;
--moldy-ochre:#d6a400;
--cookie-dough:#a86d00;
}