CSS code for this palette
/* CSS */
.brig {
color: #4f9cbf;
}
.may-day {
color: #4dd1c4;
}
.dilly-dally {
color: #f3df5e;
}
.love-spell {
color: #f9b4c5;
}
.turnip-the-pink {
color: #e76e7c;
}
/* CSS Variables */
:root {
--brig:#4f9cbf;
--may-day:#4dd1c4;
--dilly-dally:#f3df5e;
--love-spell:#f9b4c5;
--turnip-the-pink:#e76e7c;
}