Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f6a7bb;
}
.sun-dust {
color: #f5e0a3;
}
.herbal-mist {
color: #d0e7d0;
}
.sea-cliff {
color: #a3c6e0;
}
.madam-butterfly {
color: #7ea6c8;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f6a7bb;
--sun-dust:#f5e0a3;
--herbal-mist:#d0e7d0;
--sea-cliff:#a3c6e0;
--madam-butterfly:#7ea6c8;
}