Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9c66;
}
.cheese-puff {
color: #ffb570;
}
.giallo {
color: #f2d43a;
}
.shamrock-green {
color: #4cae7b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9c66;
--cheese-puff:#ffb570;
--giallo:#f2d43a;
--shamrock-green:#4cae7b;
}