Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.candid-blue {
color: #6ac3e7;
}
.norse-blue {
color: #3d9ac2;
}
.blue-dart-frog {
color: #3a7d9c;
}
.singing-the-blues {
color: #294a6a;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--candid-blue:#6ac3e7;
--norse-blue:#3d9ac2;
--blue-dart-frog:#3a7d9c;
--singing-the-blues:#294a6a;
}