Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.flush-orange {
color: #fa6c00;
}
.grapefruit-pulp {
color: #ff6e61;
}
.moth-orchid {
color: #d6006f;
}
.red-violet {
color: #a3006d;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--flush-orange:#fa6c00;
--grapefruit-pulp:#ff6e61;
--moth-orchid:#d6006f;
--red-violet:#a3006d;
}