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