Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.mystic-tulip {
color: #f7b5a1;
}
.crescent-moon {
color: #f1e9d0;
}
.snowy-summit {
color: #c5d7e7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--mystic-tulip:#f7b5a1;
--crescent-moon:#f1e9d0;
--snowy-summit:#c5d7e7;
}