Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.wizard-s-potion {
color: #5c5c99;
}
.soft-blue-lavender {
color: #8a8ab7;
}
.bright-ube {
color: #d5a3f0;
}
.childhood-crush {
color: #e06c6c;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--wizard-s-potion:#5c5c99;
--soft-blue-lavender:#8a8ab7;
--bright-ube:#d5a3f0;
--childhood-crush:#e06c6c;
}