CSS code for this palette
/* CSS */
.gooseberry {
color: #a0405b;
}
.pinkish {
color: #d86e7a;
}
.calabrese {
color: #f1a8a2;
}
.rice-bowl {
color: #f1e7d5;
}
.elfin-herb {
color: #c8b3d5;
}
/* CSS Variables */
:root {
--gooseberry:#a0405b;
--pinkish:#d86e7a;
--calabrese:#f1a8a2;
--rice-bowl:#f1e7d5;
--elfin-herb:#c8b3d5;
}