CSS code for this palette
/* CSS */
.indian-pink {
color: #af5a7c;
}
.dusty-pink {
color: #d58b91;
}
.chantilly {
color: #eab8c8;
}
.light-rose {
color: #f4d2d6;
}
.frolic {
color: #f9e8e1;
}
/* CSS Variables */
:root {
--indian-pink:#af5a7c;
--dusty-pink:#d58b91;
--chantilly:#eab8c8;
--light-rose:#f4d2d6;
--frolic:#f9e8e1;
}