Color names in this palette
CSS code for this palette
/* CSS */
.soft-matte {
color: #d99bba;
}
.ibis {
color: #f5b2c1;
}
.heirloom-lace {
color: #f6e6d5;
}
.moody-mist {
color: #c9e4d9;
}
.tropic-turquoise {
color: #6ab4a1;
}
/* CSS Variables */
:root {
--soft-matte:#d99bba;
--ibis:#f5b2c1;
--heirloom-lace:#f6e6d5;
--moody-mist:#c9e4d9;
--tropic-turquoise:#6ab4a1;
}