Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blueberry {
color: #4b3d99;
}
.fuchsia-blue {
color: #7d4ebc;
}
.rich-lavender {
color: #a96dc5;
}
.pretty-petunia {
color: #d9b3e6;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blueberry:#4b3d99;
--fuchsia-blue:#7d4ebc;
--rich-lavender:#a96dc5;
--pretty-petunia:#d9b3e6;
}