Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f7a6b9;
}
.sweetheart {
color: #f1c1d6;
}
.white-pudding {
color: #f6e8df;
}
.beekeeper {
color: #f9e690;
}
.hot-sun {
color: #f7b32b;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f7a6b9;
--sweetheart:#f1c1d6;
--white-pudding:#f6e8df;
--beekeeper:#f9e690;
--hot-sun:#f7b32b;
}