Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.boredom-buster {
color: #ff914d;
}
.lemon-twist {
color: #ffd95c;
}
.butter-muffin {
color: #f8dfb4;
}
.tear {
color: #b3d7e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--boredom-buster:#ff914d;
--lemon-twist:#ffd95c;
--butter-muffin:#f8dfb4;
--tear:#b3d7e0;
}