Color names in this palette
CSS code for this palette
/* CSS */
.plasma-trail {
color: #d6a3ff;
}
.purple-hedonist {
color: #a66bff;
}
.purple-honeycreeper {
color: #8e4dff;
}
.true-purple {
color: #6f2c90;
}
.obsidian-shell {
color: #4a0e62;
}
/* CSS Variables */
:root {
--plasma-trail:#d6a3ff;
--purple-hedonist:#a66bff;
--purple-honeycreeper:#8e4dff;
--true-purple:#6f2c90;
--obsidian-shell:#4a0e62;
}