Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.sugar-tooth {
color: #d68fa2;
}
.cure-all {
color: #a76c8d;
}
.phlox-flower-violet {
color: #7d4f76;
}
.imperial {
color: #5a2c6d;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--sugar-tooth:#d68fa2;
--cure-all:#a76c8d;
--phlox-flower-violet:#7d4f76;
--imperial:#5a2c6d;
}