Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.usc-gold {
color: #ffcc00;
}
.skinny-jeans {
color: #5087f7;
}
.peppermint-swirl {
color: #d45e79;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--usc-gold:#ffcc00;
--skinny-jeans:#5087f7;
--peppermint-swirl:#d45e79;
}