Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.aqua-zing {
color: #7dd8d7;
}
.emerald-wave {
color: #4eb7ac;
}
.taos-turquoise {
color: #2c8c8c;
}
.moonlit-pool {
color: #1f5b5b;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--aqua-zing:#7dd8d7;
--emerald-wave:#4eb7ac;
--taos-turquoise:#2c8c8c;
--moonlit-pool:#1f5b5b;
}