Color names in this palette
CSS code for this palette
/* CSS */
.flood-out {
color: #5a9baf;
}
.freshwater {
color: #4ea4b1;
}
.aquatic-cool {
color: #40a9b5;
}
.lake-thun {
color: #3fc1d5;
}
.ganon-blue {
color: #a3e7f5;
}
/* CSS Variables */
:root {
--flood-out:#5a9baf;
--freshwater:#4ea4b1;
--aquatic-cool:#40a9b5;
--lake-thun:#3fc1d5;
--ganon-blue:#a3e7f5;
}