CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sun-crete {
color: #ff8c00;
}
.usc-gold {
color: #ffcc00;
}
.star {
color: #ffe500;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--sun-crete:#ff8c00;
--usc-gold:#ffcc00;
--star:#ffe500;
}