Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.galaxy-express {
color: #3c3e9a;
}
.swiss-plum {
color: #4e4ebc;
}
.lavender-blue-shadow {
color: #8e8ef6;
}
.light-periwinkle {
color: #c2c2ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--galaxy-express:#3c3e9a;
--swiss-plum:#4e4ebc;
--lavender-blue-shadow:#8e8ef6;
--light-periwinkle:#c2c2ff;
}