Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f2b1d3;
}
.sugarwinkle {
color: #f9c3e1;
}
.macaroon-cream {
color: #ffead6;
}
.big-bus-yellow {
color: #ffda8a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f2b1d3;
--sugarwinkle:#f9c3e1;
--macaroon-cream:#ffead6;
--big-bus-yellow:#ffda8a;
--grapefruit-pulp:#ff6e61;
}