Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #3f2a92;
}
.ruthless-empress {
color: #5b3f9d;
}
.fuchsia-blue {
color: #7f5abf;
}
.heart-potion {
color: #a97cb1;
}
.pink-fit {
color: #f2a6b1;
}
/* CSS Variables */
:root {
--galactic-purple:#3f2a92;
--ruthless-empress:#5b3f9d;
--fuchsia-blue:#7f5abf;
--heart-potion:#a97cb1;
--pink-fit:#f2a6b1;
}