Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.water-flow {
color: #79c6d7;
}
.freshwater {
color: #4ea9b7;
}
.safe-harbour {
color: #1a8c99;
}
.macquarie {
color: #007d80;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--water-flow:#79c6d7;
--freshwater:#4ea9b7;
--safe-harbour:#1a8c99;
--macquarie:#007d80;
}