Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.bluebell {
color: #3b3b9b;
}
.yu-gu-ng-l-n-moonlight {
color: #5757b7;
}
.tanzine {
color: #7c7cde;
}
.shy-moment {
color: #a3a3ff;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--bluebell:#3b3b9b;
--yu-gu-ng-l-n-moonlight:#5757b7;
--tanzine:#7c7cde;
--shy-moment:#a3a3ff;
}