Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.xavier-blue {
color: #6ab0e2;
}
.blue-dart-frog {
color: #3b7a9b;
}
.azure-green-blue {
color: #006c80;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--xavier-blue:#6ab0e2;
--blue-dart-frog:#3b7a9b;
--azure-green-blue:#006c80;
--sherpa-blue:#004a4d;
}