Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #3b2c4e;
}
.crowning {
color: #5b4f6d;
}
.nymph-s-delight {
color: #7c6e8c;
}
.calming-silver-lavender {
color: #b29fc1;
}
.teary-eyed {
color: #e1d0e7;
}
/* CSS Variables */
:root {
--operetta-mauve:#3b2c4e;
--crowning:#5b4f6d;
--nymph-s-delight:#7c6e8c;
--calming-silver-lavender:#b29fc1;
--teary-eyed:#e1d0e7;
}