Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.xavier-blue {
color: #6bb3e1;
}
.picton-blue {
color: #5ca0d1;
}
.valley-of-glaciers {
color: #2a7b9d;
}
.seafarer {
color: #1d4e6d;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--xavier-blue:#6bb3e1;
--picton-blue:#5ca0d1;
--valley-of-glaciers:#2a7b9d;
--seafarer:#1d4e6d;
}