CSS code for this palette
/* CSS */
.pink-fit {
color: #f1a7b1;
}
.precious-pink {
color: #f7b6b7;
}
.allspice {
color: #f9d1a9;
}
.sundown {
color: #f4c99f;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--pink-fit:#f1a7b1;
--precious-pink:#f7b6b7;
--allspice:#f9d1a9;
--sundown:#f4c99f;
--sweet-lilac:#eab8d1;
}