Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.sandy {
color: #f1d979;
}
.crystal-green {
color: #a4d57b;
}
.fennel-flower {
color: #7a9cff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--sandy:#f1d979;
--crystal-green:#a4d57b;
--fennel-flower:#7a9cff;
}