Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4b3d8f;
}
.arabian-silk {
color: #7b6c99;
}
.gooseberry-yellow {
color: #c7a84d;
}
.mod-orange {
color: #d9593f;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4b3d8f;
--arabian-silk:#7b6c99;
--gooseberry-yellow:#c7a84d;
--mod-orange:#d9593f;
}