Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.whipped-apricot {
color: #ffd399;
}
.gold-sand {
color: #f6e6a7;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--whipped-apricot:#ffd399;
--gold-sand:#f6e6a7;
--devil-s-grass:#4cae4f;
}