Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sasquatch-socks {
color: #ff4d7f;
}
.lolly {
color: #ff9c8f;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--sasquatch-socks:#ff4d7f;
--lolly:#ff9c8f;
--coral-red:#ff3d3d;
}