Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a55f9c;
}
.enchanted-lilac {
color: #a88fc7;
}
.barely-bloomed {
color: #e2b1df;
}
.vanilla {
color: #f2e5ab;
}
.coral-silk {
color: #f1a17e;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a55f9c;
--enchanted-lilac:#a88fc7;
--barely-bloomed:#e2b1df;
--vanilla:#f2e5ab;
--coral-silk:#f1a17e;
}