Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.peach-orange {
color: #ffcc99;
}
.peachy-summer-skies {
color: #ffdba8;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--peach-orange:#ffcc99;
--peachy-summer-skies:#ffdba8;
}