CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c4;
}
.rosecco {
color: #eab8db;
}
.foggy-love {
color: #d5c7e6;
}
.tequila {
color: #f4d1a4;
}
.pink-fit {
color: #f6a7af;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c4;
--rosecco:#eab8db;
--foggy-love:#d5c7e6;
--tequila:#f4d1a4;
--pink-fit:#f6a7af;
}