CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.felt-green {
color: #6fbe91;
}
.thermal {
color: #3e4f51;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--felt-green:#6fbe91;
--thermal:#3e4f51;
--calabrese:#f1a8a2;
}