Color names in this palette
CSS code for this palette
/* CSS */
.buttery-salmon {
color: #ffb19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-orange {
color: #ff3c2e;
}
.vampire-red {
color: #d83c31;
}
.hamburger {
color: #a54a1d;
}
/* CSS Variables */
:root {
--buttery-salmon:#ffb19e;
--grapefruit-pulp:#ff6e61;
--red-orange:#ff3c2e;
--vampire-red:#d83c31;
--hamburger:#a54a1d;
}