Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4d2a92;
}
.lusty-lavender {
color: #895eba;
}
.herb-robert {
color: #d9a1e3;
}
.kissed-by-mist {
color: #f8c8f9;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
/* CSS Variables */
:root {
--galactic-purple:#4d2a92;
--lusty-lavender:#895eba;
--herb-robert:#d9a1e3;
--kissed-by-mist:#f8c8f9;
--cherry-blossom-pink:#ffb3c6;
}