Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.match-head {
color: #d83b55;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--solar-plexus-chakra:#f1c84b;
--match-head:#d83b55;
}