Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.cornmeal {
color: #ffd48f;
}
.curd {
color: #f9e1b9;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--cornmeal:#ffd48f;
--curd:#f9e1b9;
--mouse-nose:#ffe4b3;
}