Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f6c1e2;
}
.fresh-on-the-market {
color: #f7abba;
}
.hot-calypso {
color: #f78e7e;
}
.flirty-salmon {
color: #f77064;
}
.pumping-spice {
color: #f7504a;
}
/* CSS Variables */
:root {
--rosy-nectar:#f6c1e2;
--fresh-on-the-market:#f7abba;
--hot-calypso:#f78e7e;
--flirty-salmon:#f77064;
--pumping-spice:#f7504a;
}