Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9ed9e0;
}
.lagoona-teal {
color: #78c7d3;
}
.freshwater {
color: #4aa3b5;
}
.seachange {
color: #3a8a9c;
}
.mordant-blue {
color: #2a626f;
}
/* CSS Variables */
:root {
--terrace-pool:#9ed9e0;
--lagoona-teal:#78c7d3;
--freshwater:#4aa3b5;
--seachange:#3a8a9c;
--mordant-blue:#2a626f;
}