Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.brimstone {
color: #ffbf29;
}
.optimistic-yellow {
color: #f4e1a4;
}
.smooth-satin {
color: #a3d7d1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--brimstone:#ffbf29;
--optimistic-yellow:#f4e1a4;
--smooth-satin:#a3d7d1;
}