Color names in this palette
CSS code for this palette
/* CSS */
.lynx-white {
color: #f6f8f8;
}
.light-purity {
color: #dfd7ea;
}
.pastel-lilac {
color: #c1b1d2;
}
.celeb-city {
color: #9785ad;
}
.gutsy-grape {
color: #6f5487;
}
/* CSS Variables */
:root {
--lynx-white:#f6f8f8;
--light-purity:#dfd7ea;
--pastel-lilac:#c1b1d2;
--celeb-city:#9785ad;
--gutsy-grape:#6f5487;
}