Color names in this palette
CSS code for this palette
/* CSS */
.princess-fairy-tale {
color: #e3d9ed;
}
.purity {
color: #d6c7e1;
}
.lilac-lace {
color: #c0a3d1;
}
.bell-heather {
color: #a67ab3;
}
.hyacinth-violet {
color: #994d9d;
}
/* CSS Variables */
:root {
--princess-fairy-tale:#e3d9ed;
--purity:#d6c7e1;
--lilac-lace:#c0a3d1;
--bell-heather:#a67ab3;
--hyacinth-violet:#994d9d;
}