Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4c2b91;
}
.cadmium-violet {
color: #7a3d99;
}
.pearly-purple {
color: #b76c9f;
}
.rose-mallow {
color: #f5a8c4;
}
.first-date {
color: #f4b49f;
}
/* CSS Variables */
:root {
--galactic-purple:#4c2b91;
--cadmium-violet:#7a3d99;
--pearly-purple:#b76c9f;
--rose-mallow:#f5a8c4;
--first-date:#f4b49f;
}