Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.nacho {
color: #ffcb5c;
}
.sp-tzle-yellow {
color: #ffed8a;
}
.yellow-avarice {
color: #f6f7d9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--nacho:#ffcb5c;
--sp-tzle-yellow:#ffed8a;
--yellow-avarice:#f6f7d9;
}