Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.gorgonzola-blue {
color: #4a4ac4;
}
.tanzine {
color: #7a7ae1;
}
.purple-illusion {
color: #b2b2f0;
}
.errigal-white {
color: #f0f0f5;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--gorgonzola-blue:#4a4ac4;
--tanzine:#7a7ae1;
--purple-illusion:#b2b2f0;
--errigal-white:#f0f0f5;
}