Color names in this palette
CSS code for this palette
/* CSS */
.sweet-grape {
color: #4d3d52;
}
.purple-gumdrop {
color: #7e5d77;
}
.roseville {
color: #b493b0;
}
.in-the-pink {
color: #f1c6d0;
}
.moonglow {
color: #f9e3c3;
}
/* CSS Variables */
:root {
--sweet-grape:#4d3d52;
--purple-gumdrop:#7e5d77;
--roseville:#b493b0;
--in-the-pink:#f1c6d0;
--moonglow:#f9e3c3;
}