Color names in this palette
CSS code for this palette
/* CSS */
.petal-plush {
color: #e0b2f0;
}
.lavender-blossom {
color: #b57dd8;
}
.harley-hair-purple {
color: #8943b1;
}
.lucid-dream {
color: #5b2a92;
}
.obsidian-shell {
color: #3f0a71;
}
/* CSS Variables */
:root {
--petal-plush:#e0b2f0;
--lavender-blossom:#b57dd8;
--harley-hair-purple:#8943b1;
--lucid-dream:#5b2a92;
--obsidian-shell:#3f0a71;
}