Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1f84;
}
.circumorbital-ring {
color: #5a5abf;
}
.dalmatian-sage {
color: #9e9edb;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--snorlax:#1f1f84;
--circumorbital-ring:#5a5abf;
--dalmatian-sage:#9e9edb;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}