Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.perfect-dark {
color: #3b2b91;
}
.swiss-plum {
color: #5e4ca9;
}
.english-lavender {
color: #9e7bb2;
}
.tropical-violet {
color: #d1a4e0;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--perfect-dark:#3b2b91;
--swiss-plum:#5e4ca9;
--english-lavender:#9e7bb2;
--tropical-violet:#d1a4e0;
}