Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.nursery-pink {
color: #f5d6e6;
}
.dough-yellow {
color: #f7d1b6;
}
.mango-margarita {
color: #f8b74f;
}
.out-of-fashion {
color: #f36d91;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--nursery-pink:#f5d6e6;
--dough-yellow:#f7d1b6;
--mango-margarita:#f8b74f;
--out-of-fashion:#f36d91;
}