Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.bluebell {
color: #3b3b9b;
}
.yu-gu-ng-l-n-moonlight {
color: #5c5cb2;
}
.perrywinkle {
color: #8989e6;
}
.dried-lilac {
color: #bdbdff;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--bluebell:#3b3b9b;
--yu-gu-ng-l-n-moonlight:#5c5cb2;
--perrywinkle:#8989e6;
--dried-lilac:#bdbdff;
}