Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.night-in-manchester {
color: #3b4bb5;
}
.blue-jay {
color: #5a8ed8;
}
.ganon-blue {
color: #a1dff7;
}
.errigal-white {
color: #f1f1f4;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--night-in-manchester:#3b4bb5;
--blue-jay:#5a8ed8;
--ganon-blue:#a1dff7;
--errigal-white:#f1f1f4;
}