Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f8a5b7;
}
.turquoise-tower {
color: #a8e6cf;
}
.light-mint {
color: #b7fbbe;
}
.pickled-ginger {
color: #ffe057;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f8a5b7;
--turquoise-tower:#a8e6cf;
--light-mint:#b7fbbe;
--pickled-ginger:#ffe057;
--grapefruit-pulp:#ff6e61;
}