Color names in this palette
CSS code for this palette
/* CSS */
.princess-fairy-tale {
color: #e3d9ed;
}
.purity {
color: #d7cae2;
}
.enchanted-lavender {
color: #bfa3d7;
}
.lobby-lilac {
color: #a47eb4;
}
.thimble-red {
color: #a35c8e;
}
/* CSS Variables */
:root {
--princess-fairy-tale:#e3d9ed;
--purity:#d7cae2;
--enchanted-lavender:#bfa3d7;
--lobby-lilac:#a47eb4;
--thimble-red:#a35c8e;
}