Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #3d2a92;
}
.swiss-plum {
color: #5c4cb8;
}
.moody-blue {
color: #7e7dc5;
}
.water-hyacinth {
color: #a3a4d2;
}
.new-violet {
color: #d6c1e1;
}
/* CSS Variables */
:root {
--galactic-purple:#3d2a92;
--swiss-plum:#5c4cb8;
--moody-blue:#7e7dc5;
--water-hyacinth:#a3a4d2;
--new-violet:#d6c1e1;
}