CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.affinity {
color: #ffd3a3;
}
.old-yella {
color: #ffec99;
}
.bay {
color: #b1e2d4;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--affinity:#ffd3a3;
--old-yella:#ffec99;
--bay:#b1e2d4;
--island-light:#a6c6ed;
}