Color names in this palette
CSS code for this palette
/* CSS */
.mulberry-yogurt {
color: #c44a8b;
}
.melon-mist {
color: #e77e93;
}
.pink-fit {
color: #f4a9b2;
}
.light-rose {
color: #f4d2d7;
}
.pork-belly {
color: #f8e2e8;
}
/* CSS Variables */
:root {
--mulberry-yogurt:#c44a8b;
--melon-mist:#e77e93;
--pink-fit:#f4a9b2;
--light-rose:#f4d2d7;
--pork-belly:#f8e2e8;
}