Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.big-chill {
color: #7dc8e3;
}
.tall-waves {
color: #5ca0c7;
}
.winter-time {
color: #418b9f;
}
.san-gabriel-blue {
color: #2d697c;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--big-chill:#7dc8e3;
--tall-waves:#5ca0c7;
--winter-time:#418b9f;
--san-gabriel-blue:#2d697c;
}