Color names in this palette
CSS code for this palette
/* CSS */
.buttery-salmon {
color: #ffb19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fireglow {
color: #d95e3f;
}
.texas-ranger-brown {
color: #9f512d;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--buttery-salmon:#ffb19e;
--grapefruit-pulp:#ff6e61;
--fireglow:#d95e3f;
--texas-ranger-brown:#9f512d;
--vanilla-shake:#fffbf0;
}