Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.viola {
color: #9b69bf;
}
.silver-rust {
color: #c49fe5;
}
.purple-s-baby-sister {
color: #f0c1f0;
}
.carnation {
color: #ff7a91;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--viola:#9b69bf;
--silver-rust:#c49fe5;
--purple-s-baby-sister:#f0c1f0;
--carnation:#ff7a91;
}