CSS code for this palette
/* CSS */
.iceberg-green {
color: #8d9a91;
}
.bamboo-shoot {
color: #a4b5a1;
}
.misty-lake {
color: #c1d7c2;
}
.gin-fizz {
color: #f7e8ca;
}
.ibis {
color: #f3afc0;
}
/* CSS Variables */
:root {
--iceberg-green:#8d9a91;
--bamboo-shoot:#a4b5a1;
--misty-lake:#c1d7c2;
--gin-fizz:#f7e8ca;
--ibis:#f3afc0;
}