Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.gorgonzola-blue {
color: #4d4dcb;
}
.blue-party-parrot {
color: #7e7efc;
}
.hopscotch {
color: #b6b842;
}
.chi-gong {
color: #d82c2c;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--gorgonzola-blue:#4d4dcb;
--blue-party-parrot:#7e7efc;
--hopscotch:#b6b842;
--chi-gong:#d82c2c;
}