Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4b2d8f;
}
.wisteria {
color: #a67ccb;
}
.sassy-pink {
color: #f7d3f8;
}
.matt-pink {
color: #ffb8c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--galactic-purple:#4b2d8f;
--wisteria:#a67ccb;
--sassy-pink:#f7d3f8;
--matt-pink:#ffb8c1;
--grapefruit-pulp:#ff6e61;
}