Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.galactic-purple {
color: #4b2a92;
}
.studio {
color: #78499c;
}
.mulberry-bush {
color: #ab6da3;
}
.pink-chalk {
color: #f1a2ba;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--galactic-purple:#4b2a92;
--studio:#78499c;
--mulberry-bush:#ab6da3;
--pink-chalk:#f1a2ba;
}