Color names in this palette
CSS code for this palette
/* CSS */
.mauve-musk {
color: #a68ca0;
}
.decanting {
color: #bea2b0;
}
.lavender-blessing {
color: #d2b7c5;
}
.etcetera {
color: #e3c4d3;
}
.pink-frosting {
color: #f5d6e2;
}
/* CSS Variables */
:root {
--mauve-musk:#a68ca0;
--decanting:#bea2b0;
--lavender-blessing:#d2b7c5;
--etcetera:#e3c4d3;
--pink-frosting:#f5d6e2;
}