Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.dusk-orange {
color: #ff4d3d;
}
.smoked-salmon {
color: #ff8170;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--dusk-orange:#ff4d3d;
--smoked-salmon:#ff8170;
}