Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.desert-dessert {
color: #ffb86b;
}
.lively-yellow {
color: #ffe9b3;
}
.cherry-blossom {
color: #f7c0d4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--desert-dessert:#ffb86b;
--lively-yellow:#ffe9b3;
--cherry-blossom:#f7c0d4;
}