Color names in this palette
CSS code for this palette
/* CSS */
.minsk {
color: #3c2b64;
}
.cleopatra-s-gown {
color: #7f4e8d;
}
.satin-flower {
color: #b48fbc;
}
.ibis {
color: #f1b1c0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--minsk:#3c2b64;
--cleopatra-s-gown:#7f4e8d;
--satin-flower:#b48fbc;
--ibis:#f1b1c0;
--grapefruit-pulp:#ff6e61;
}