Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #3f2a92;
}
.blue-marguerite {
color: #684db3;
}
.wisteria {
color: #a77ccb;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.rose-shadow {
color: #f9c3cf;
}
/* CSS Variables */
:root {
--galactic-purple:#3f2a92;
--blue-marguerite:#684db3;
--wisteria:#a77ccb;
--cotton-candy-aesthetic:#f5b7e2;
--rose-shadow:#f9c3cf;
}