Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.hint-of-honey {
color: #ffd56b;
}
.the-first-daffodil {
color: #ffee8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--macaroni-and-cheese:#ffb67a;
--hint-of-honey:#ffd56b;
--the-first-daffodil:#ffee8f;
}