Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.candy-heart-pink {
color: #f6a2a4;
}
.bloodthirsty-beige {
color: #f6d7d0;
}
.calla {
color: #f2e0b5;
}
.asian-jute {
color: #d2b68e;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--candy-heart-pink:#f6a2a4;
--bloodthirsty-beige:#f6d7d0;
--calla:#f2e0b5;
--asian-jute:#d2b68e;
}