CSS code for this palette
/* CSS */
.gumball {
color: #e4afd2;
}
.peach-bud {
color: #f9b1ae;
}
.squash-blossom {
color: #f6b83c;
}
.limelight {
color: #f1e86a;
}
.sinbad {
color: #a4d6d1;
}
/* CSS Variables */
:root {
--gumball:#e4afd2;
--peach-bud:#f9b1ae;
--squash-blossom:#f6b83c;
--limelight:#f1e86a;
--sinbad:#a4d6d1;
}