Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.middle-blue {
color: #7dd6e8;
}
.bachelor-button {
color: #49b9d4;
}
.cote-d-azur {
color: #007a8a;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--middle-blue:#7dd6e8;
--bachelor-button:#49b9d4;
--cote-d-azur:#007a8a;
--sherpa-blue:#004a4d;
}