Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f9e2b4;
}
.sherbet-fruit {
color: #f7cabb;
}
.pink-eraser {
color: #f49f9a;
}
.ibis-wing {
color: #f28f82;
}
.highlighter-pink {
color: #ee5d7a;
}
/* CSS Variables */
:root {
--noodles:#f9e2b4;
--sherbet-fruit:#f7cabb;
--pink-eraser:#f49f9a;
--ibis-wing:#f28f82;
--highlighter-pink:#ee5d7a;
}