CSS code for this palette
/* CSS */
.blair {
color: #a2c2e2;
}
.lily-legs {
color: #f1c6d5;
}
.pink-fit {
color: #f4a4b1;
}
.jemima {
color: #f7d67e;
}
.crunch {
color: #f2b75f;
}
/* CSS Variables */
:root {
--blair:#a2c2e2;
--lily-legs:#f1c6d5;
--pink-fit:#f4a4b1;
--jemima:#f7d67e;
--crunch:#f2b75f;
}