Color names in this palette
CSS code for this palette
/* CSS */
.obsidian-shell {
color: #4a0f6c;
}
.lucid-dream {
color: #6a2a92;
}
.prickly-purple {
color: #a65db6;
}
.light-orchid {
color: #e3a6d4;
}
.flamingo-feather {
color: #f8bfd7;
}
/* CSS Variables */
:root {
--obsidian-shell:#4a0f6c;
--lucid-dream:#6a2a92;
--prickly-purple:#a65db6;
--light-orchid:#e3a6d4;
--flamingo-feather:#f8bfd7;
}