Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.floral-leaf {
color: #ffb84d;
}
.tuscan-sun {
color: #ffd84d;
}
.endearment {
color: #ffd9a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--floral-leaf:#ffb84d;
--tuscan-sun:#ffd84d;
--endearment:#ffd9a3;
}