Color names in this palette
CSS code for this palette
/* CSS */
.placebo-fuchsia {
color: #f6e5ff;
}
.light-violet {
color: #d1b3ff;
}
.legendary-lavender {
color: #a164e3;
}
.true-purple {
color: #6f2c90;
}
.dark-purple {
color: #380a43;
}
/* CSS Variables */
:root {
--placebo-fuchsia:#f6e5ff;
--light-violet:#d1b3ff;
--legendary-lavender:#a164e3;
--true-purple:#6f2c90;
--dark-purple:#380a43;
}