Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.middle-blue {
color: #7dd8e8;
}
.watercourse {
color: #5cc8d6;
}
.starflower-blue {
color: #4a9eb5;
}
.daintree {
color: #00282e;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--middle-blue:#7dd8e8;
--watercourse:#5cc8d6;
--starflower-blue:#4a9eb5;
--daintree:#00282e;
}