Color names in this palette
CSS code for this palette
/* CSS */
.galactic-wonder {
color: #4b1f5b;
}
.true-purple {
color: #6a2c90;
}
.royal-pretender {
color: #9e5fab;
}
.shanghai-peach {
color: #d69d8f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--galactic-wonder:#4b1f5b;
--true-purple:#6a2c90;
--royal-pretender:#9e5fab;
--shanghai-peach:#d69d8f;
--creamy-sweet-corn:#f9c54e;
}