Color names in this palette
CSS code for this palette
/* CSS */
.footie-pajamas {
color: #e3d1e5;
}
.lilac-haze {
color: #d4b5d2;
}
.pale-grape {
color: #bea2c8;
}
.lilac-breeze {
color: #a58ebe;
}
.dahlia-purple {
color: #8474b4;
}
/* CSS Variables */
:root {
--footie-pajamas:#e3d1e5;
--lilac-haze:#d4b5d2;
--pale-grape:#bea2c8;
--lilac-breeze:#a58ebe;
--dahlia-purple:#8474b4;
}