Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.just-a-fairytale {
color: #695c99;
}
.lush-lilac {
color: #9c7bb7;
}
.enhance {
color: #cfa5bf;
}
.pink-cupcake {
color: #f5d1d7;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--just-a-fairytale:#695c99;
--lush-lilac:#9c7bb7;
--enhance:#cfa5bf;
--pink-cupcake:#f5d1d7;
}