Color names in this palette
CSS code for this palette
/* CSS */
.pink-horror {
color: #8e2e5e;
}
.i-pink-i-can {
color: #d77e8c;
}
.ibis {
color: #f2b5c3;
}
.butter-muffin {
color: #f8e0b4;
}
.mango-margarita {
color: #f3b94f;
}
/* CSS Variables */
:root {
--pink-horror:#8e2e5e;
--i-pink-i-can:#d77e8c;
--ibis:#f2b5c3;
--butter-muffin:#f8e0b4;
--mango-margarita:#f3b94f;
}