Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.floral-leaf {
color: #ffb84d;
}
.hint-of-honey {
color: #ffd86b;
}
.the-first-daffodil {
color: #ffee8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--floral-leaf:#ffb84d;
--hint-of-honey:#ffd86b;
--the-first-daffodil:#ffee8f;
}