Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.anna-banana {
color: #f7d44b;
}
.frosty-soft-blue {
color: #b2e1e0;
}
.punch-out-glove {
color: #6b89ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--anna-banana:#f7d44b;
--frosty-soft-blue:#b2e1e0;
--punch-out-glove:#6b89ff;
}