CSS code for this palette
/* CSS */
.sinbad {
color: #a7d3d0;
}
.bistro-pink {
color: #e4b8b4;
}
.vanilla-cream {
color: #f7e4ab;
}
.rustique {
color: #f4bfb3;
}
.butterfly {
color: #c7e1a3;
}
/* CSS Variables */
:root {
--sinbad:#a7d3d0;
--bistro-pink:#e4b8b4;
--vanilla-cream:#f7e4ab;
--rustique:#f4bfb3;
--butterfly:#c7e1a3;
}