Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.apricot-flower {
color: #ffbf80;
}
.essentially-bright {
color: #ffdf9e;
}
.creamy-corn {
color: #fff3c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--apricot-flower:#ffbf80;
--essentially-bright:#ffdf9e;
--creamy-corn:#fff3c2;
}