Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.madonna-blue {
color: #71b2d0;
}
.freshwater {
color: #4ea7b7;
}
.scooter {
color: #2a8c9d;
}
.moonlit-pool {
color: #1f5b61;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--madonna-blue:#71b2d0;
--freshwater:#4ea7b7;
--scooter:#2a8c9d;
--moonlit-pool:#1f5b61;
}