Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f5c7d5;
}
.fresh-on-the-market {
color: #f9a9b6;
}
.fruity-licious {
color: #f89191;
}
.shell-pink {
color: #f77e7e;
}
.hot-coral {
color: #f55c5c;
}
/* CSS Variables */
:root {
--mountain-laurel:#f5c7d5;
--fresh-on-the-market:#f9a9b6;
--fruity-licious:#f89191;
--shell-pink:#f77e7e;
--hot-coral:#f55c5c;
}