Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #493b91;
}
.royal-lavender {
color: #7959a6;
}
.middy-s-purple {
color: #a68adb;
}
.purity {
color: #d9c7e1;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#493b91;
--royal-lavender:#7959a6;
--middy-s-purple:#a68adb;
--purity:#d9c7e1;
}