Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a8b2;
}
.harvest-wreath {
color: #f8d7c4;
}
.light-curd {
color: #f8e8c9;
}
.chilled-lemonade {
color: #ffeb94;
}
.mango-margarita {
color: #f5b74d;
}
/* CSS Variables */
:root {
--pink-fit:#f5a8b2;
--harvest-wreath:#f8d7c4;
--light-curd:#f8e8c9;
--chilled-lemonade:#ffeb94;
--mango-margarita:#f5b74d;
}