Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4b2d8f;
}
.shiner {
color: #6f3caa;
}
.prickly-purple {
color: #9f5cb7;
}
.bright-ube {
color: #d599eb;
}
.sweet-slumber-pink {
color: #f2b2f5;
}
/* CSS Variables */
:root {
--galactic-purple:#4b2d8f;
--shiner:#6f3caa;
--prickly-purple:#9f5cb7;
--bright-ube:#d599eb;
--sweet-slumber-pink:#f2b2f5;
}