Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.aerospace-orange {
color: #ff5100;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mad-for-mango {
color: #f5a300;
}
.torii-red {
color: #d63d00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--aerospace-orange:#ff5100;
--grapefruit-pulp:#ff6e61;
--mad-for-mango:#f5a300;
--torii-red:#d63d00;
}