Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.faded-sunlight {
color: #ffd06b;
}
.mint-julep {
color: #e0f5a3;
}
.sinbad {
color: #a3d7d0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--faded-sunlight:#ffd06b;
--mint-julep:#e0f5a3;
--sinbad:#a3d7d0;
}