CSS code for this palette
/* CSS */
.curd {
color: #f8e1b9;
}
.sweetheart {
color: #f1c6d9;
}
.bright-ube {
color: #d6a6e7;
}
.aqua-island {
color: #a1d9d9;
}
.grape-green {
color: #a2e6a2;
}
/* CSS Variables */
:root {
--curd:#f8e1b9;
--sweetheart:#f1c6d9;
--bright-ube:#d6a6e7;
--aqua-island:#a1d9d9;
--grape-green:#a2e6a2;
}