Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.mad-for-mango {
color: #f5a300;
}
.saffron-gold {
color: #f08c00;
}
.accent-orange {
color: #e66b00;
}
.torii-red {
color: #d63d00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--mad-for-mango:#f5a300;
--saffron-gold:#f08c00;
--accent-orange:#e66b00;
--torii-red:#d63d00;
}