Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #70a3d7;
}
.hot-sun {
color: #f7b32b;
}
.toasted-coconut {
color: #e8c1a1;
}
.peppermint-swirl {
color: #d95e7d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#70a3d7;
--hot-sun:#f7b32b;
--toasted-coconut:#e8c1a1;
--peppermint-swirl:#d95e7d;
}