Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.galaxy-express {
color: #3c3e9a;
}
.lavender-violet {
color: #7b7da3;
}
.hopscotch {
color: #b6b83d;
}
.burning-tomato {
color: #e64c2d;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--galaxy-express:#3c3e9a;
--lavender-violet:#7b7da3;
--hopscotch:#b6b83d;
--burning-tomato:#e64c2d;
}