Color names in this palette
CSS code for this palette
/* CSS */
.buttery-salmon {
color: #ffb19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ogre-odor {
color: #ff513d;
}
.chi-gong {
color: #da2b2b;
}
.pixel-bleeding {
color: #b30021;
}
/* CSS Variables */
:root {
--buttery-salmon:#ffb19e;
--grapefruit-pulp:#ff6e61;
--ogre-odor:#ff513d;
--chi-gong:#da2b2b;
--pixel-bleeding:#b30021;
}