Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clover-mist {
color: #6fbe8c;
}
.peach-patch {
color: #f2d7a1;
}
.feather-star {
color: #5f9cec;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clover-mist:#6fbe8c;
--peach-patch:#f2d7a1;
--feather-star:#5f9cec;
--dodgeroll-gold:#f39c12;
}