Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb861;
}
.lemon-twist {
color: #ffd95c;
}
.eerie-glow {
color: #a9d6bb;
}
.blood-burst {
color: #ff4d4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb861;
--lemon-twist:#ffd95c;
--eerie-glow:#a9d6bb;
--blood-burst:#ff4d4f;
}