CSS code for this palette
/* CSS */
.sinbad {
color: #a7d3d2;
}
.new-clay {
color: #f1c1b6;
}
.martica {
color: #f5e4b7;
}
.silver-rose {
color: #d3a1a6;
}
.child-s-play {
color: #e4b9d5;
}
/* CSS Variables */
:root {
--sinbad:#a7d3d2;
--new-clay:#f1c1b6;
--martica:#f5e4b7;
--silver-rose:#d3a1a6;
--child-s-play:#e4b9d5;
}