Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.nuthatch-back {
color: #4056a0;
}
.norfolk-sky {
color: #6cb8e4;
}
.syndicalist {
color: #f5c400;
}
.vivid-orange {
color: #ff5e00;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--nuthatch-back:#4056a0;
--norfolk-sky:#6cb8e4;
--syndicalist:#f5c400;
--vivid-orange:#ff5e00;
}