Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4b2d9f;
}
.fuchsia-blue {
color: #7b4ebc;
}
.lavender {
color: #a96fdc;
}
.violet-kiss {
color: #f1a7d3;
}
.sweetheart {
color: #f3c3d7;
}
/* CSS Variables */
:root {
--galactic-purple:#4b2d9f;
--fuchsia-blue:#7b4ebc;
--lavender:#a96fdc;
--violet-kiss:#f1a7d3;
--sweetheart:#f3c3d7;
}