Color names in this palette
CSS code for this palette
/* CSS */
.lusty-lavender {
color: #8e59ab;
}
.heart-potion {
color: #a97cb1;
}
.geranium-bud {
color: #d3a1c5;
}
.lacquer-mauve {
color: #f1cbe2;
}
.cherry-pearl {
color: #f8e8f3;
}
/* CSS Variables */
:root {
--lusty-lavender:#8e59ab;
--heart-potion:#a97cb1;
--geranium-bud:#d3a1c5;
--lacquer-mauve:#f1cbe2;
--cherry-pearl:#f8e8f3;
}