CSS code for this palette
/* CSS */
.gumball {
color: #e7b1d6;
}
.sweetheart {
color: #f4c3d8;
}
.hawaiian-cream {
color: #f9e7b9;
}
.bay {
color: #b2e0d4;
}
.princess {
color: #f1a7b4;
}
/* CSS Variables */
:root {
--gumball:#e7b1d6;
--sweetheart:#f4c3d8;
--hawaiian-cream:#f9e7b9;
--bay:#b2e0d4;
--princess:#f1a7b4;
}