CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6b6;
}
.sugar-cookie {
color: #f3e1a5;
}
.eerie-glow {
color: #a7d7b8;
}
.kindred {
color: #6ea0d8;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6b6;
--sugar-cookie:#f3e1a5;
--eerie-glow:#a7d7b8;
--kindred:#6ea0d8;
--rosecco:#eab8e4;
}