Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.touch-of-green {
color: #d9e9d3;
}
.sea-cliff {
color: #a3c3e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--peanut-butter-chicken:#ffb65c;
--touch-of-green:#d9e9d3;
--sea-cliff:#a3c3e0;
}