Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.valley-of-fire {
color: #ff8b47;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.hint-of-honey {
color: #ffd36b;
}
.the-first-daffodil {
color: #ffee8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--valley-of-fire:#ff8b47;
--peanut-butter-chicken:#ffb65c;
--hint-of-honey:#ffd36b;
--the-first-daffodil:#ffee8f;
}