Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #3f2a92;
}
.blue-marguerite {
color: #6b4fba;
}
.wisteria {
color: #a77ccb;
}
.rose-mallow {
color: #f1a7c6;
}
.candy-bar {
color: #ffb8d2;
}
/* CSS Variables */
:root {
--galactic-purple:#3f2a92;
--blue-marguerite:#6b4fba;
--wisteria:#a77ccb;
--rose-mallow:#f1a7c6;
--candy-bar:#ffb8d2;
}