CSS code for this palette
/* CSS */
.pink-fit {
color: #f8a5b1;
}
.allspice {
color: #f9cca9;
}
.majestic-treasures {
color: #f1eaa7;
}
.tropical {
color: #a8e6ce;
}
.opal {
color: #b1dfe2;
}
/* CSS Variables */
:root {
--pink-fit:#f8a5b1;
--allspice:#f9cca9;
--majestic-treasures:#f1eaa7;
--tropical:#a8e6ce;
--opal:#b1dfe2;
}