Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.circumorbital-ring {
color: #5a5abf;
}
.perrywinkle {
color: #8989e6;
}
.greyish-lavender {
color: #b8b8ff;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--circumorbital-ring:#5a5abf;
--perrywinkle:#8989e6;
--greyish-lavender:#b8b8ff;
--foundation-white:#f0f0ff;
}