Color names in this palette
CSS code for this palette
/* CSS */
.lobby-lilac {
color: #a77bb7;
}
.calming-silver-lavender {
color: #b0a2c3;
}
.pale-violet {
color: #c7c3d5;
}
.pretty-petunia {
color: #d7b3df;
}
.pearly-purple {
color: #b76c9d;
}
/* CSS Variables */
:root {
--lobby-lilac:#a77bb7;
--calming-silver-lavender:#b0a2c3;
--pale-violet:#c7c3d5;
--pretty-petunia:#d7b3df;
--pearly-purple:#b76c9d;
}