Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f7abba;
}
.glitter-yellow {
color: #f8d75d;
}
.flan {
color: #f7e1b6;
}
.cold-blue {
color: #84e0e1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f7abba;
--glitter-yellow:#f8d75d;
--flan:#f7e1b6;
--cold-blue:#84e0e1;
--grapefruit-pulp:#ff6e61;
}