Color names in this palette
CSS code for this palette
/* CSS */
.buttery-salmon {
color: #ffb19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ogre-odor {
color: #ff513d;
}
.tangerine-bliss {
color: #d6612e;
}
.garfield {
color: #a74f2a;
}
/* CSS Variables */
:root {
--buttery-salmon:#ffb19e;
--grapefruit-pulp:#ff6e61;
--ogre-odor:#ff513d;
--tangerine-bliss:#d6612e;
--garfield:#a74f2a;
}