Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d9;
}
.fresh-on-the-market {
color: #f8a5b7;
}
.flower-blossom-pink {
color: #f77e8a;
}
.dubarry {
color: #f05c63;
}
.vermilion-cinnabar {
color: #e13d48;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d9;
--fresh-on-the-market:#f8a5b7;
--flower-blossom-pink:#f77e8a;
--dubarry:#f05c63;
--vermilion-cinnabar:#e13d48;
}