Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.galaxy-express {
color: #3c3e9a;
}
.bluish-purple-anemone {
color: #5d60bb;
}
.bailey-bells {
color: #898bcd;
}
.slaanesh-grey {
color: #dad5e7;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--galaxy-express:#3c3e9a;
--bluish-purple-anemone:#5d60bb;
--bailey-bells:#898bcd;
--slaanesh-grey:#dad5e7;
}