Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.poppy-flower {
color: #f05c00;
}
.macharius-solar-orange {
color: #db4500;
}
.bolognese {
color: #b83d00;
}
.g-d-on-brown {
color: #7a4b00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--poppy-flower:#f05c00;
--macharius-solar-orange:#db4500;
--bolognese:#b83d00;
--g-d-on-brown:#7a4b00;
}