Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.clear-purple {
color: #3b2a7a;
}
.altar-of-heaven {
color: #4e4d84;
}
.queen-s {
color: #7d6f9b;
}
.filtered-light {
color: #b1b3c4;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--clear-purple:#3b2a7a;
--altar-of-heaven:#4e4d84;
--queen-s:#7d6f9b;
--filtered-light:#b1b3c4;
}