Color names in this palette
CSS code for this palette
/* CSS */
.cinnamon-buff {
color: #ffbf70;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coral-red {
color: #ff3d3d;
}
.vampire-red {
color: #d63f2e;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--cinnamon-buff:#ffbf70;
--grapefruit-pulp:#ff6e61;
--coral-red:#ff3d3d;
--vampire-red:#d63f2e;
--polished-apple:#8c2b2b;
}