Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.mad-for-mango {
color: #f5a300;
}
.clear-orange {
color: #f08800;
}
.pumpkin-soup {
color: #e67a00;
}
.curry-powder {
color: #d16900;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--mad-for-mango:#f5a300;
--clear-orange:#f08800;
--pumpkin-soup:#e67a00;
--curry-powder:#d16900;
}