Color names in this palette
CSS code for this palette
/* CSS */
.mulberry-yogurt {
color: #c44a8b;
}
.cyclamen-red {
color: #a45b8d;
}
.grey-purple {
color: #7e6a8a;
}
.gumball {
color: #e3b0d6;
}
.pink-punch {
color: #d24b6b;
}
/* CSS Variables */
:root {
--mulberry-yogurt:#c44a8b;
--cyclamen-red:#a45b8d;
--grey-purple:#7e6a8a;
--gumball:#e3b0d6;
--pink-punch:#d24b6b;
}