Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.high-blue {
color: #4ab3e8;
}
.pagoda-blue {
color: #1e7d94;
}
.turkish-tile {
color: #007c9e;
}
.midnight-green {
color: #004852;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--high-blue:#4ab3e8;
--pagoda-blue:#1e7d94;
--turkish-tile:#007c9e;
--midnight-green:#004852;
}