Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clover-mist {
color: #6fbe8d;
}
.sunny-mood {
color: #f6c84c;
}
.mikan-orange {
color: #f08400;
}
.peppermint-swirl {
color: #d65c78;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clover-mist:#6fbe8d;
--sunny-mood:#f6c84c;
--mikan-orange:#f08400;
--peppermint-swirl:#d65c78;
}