Color names in this palette
CSS code for this palette
/* CSS */
.just-a-fairytale {
color: #6a5c99;
}
.wisteria {
color: #a77ccb;
}
.tropical-violet {
color: #d5a4e0;
}
.heirloom-lace {
color: #f6e5d5;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--just-a-fairytale:#6a5c99;
--wisteria:#a77ccb;
--tropical-violet:#d5a4e0;
--heirloom-lace:#f6e5d5;
--floral-leaf:#ffb84d;
}