Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blueberry {
color: #3b3c97;
}
.governor-bay {
color: #54559c;
}
.purple-toolbox {
color: #6f6fbe;
}
.maximum-blue-purple {
color: #a6a7e7;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blueberry:#3b3c97;
--governor-bay:#54559c;
--purple-toolbox:#6f6fbe;
--maximum-blue-purple:#a6a7e7;
}