Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f9ccb9;
}
.calabrese {
color: #f5aaa3;
}
.melon-mist {
color: #ef7b91;
}
.deep-blush {
color: #e66b8a;
}
.peppermint-swirl {
color: #d45e7f;
}
/* CSS Variables */
:root {
--biscuit-cream:#f9ccb9;
--calabrese:#f5aaa3;
--melon-mist:#ef7b91;
--deep-blush:#e66b8a;
--peppermint-swirl:#d45e7f;
}