Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edbe0;
}
.luna-moona {
color: #6fc2c8;
}
.freshwater {
color: #4fa8b5;
}
.seachange {
color: #3b8b9b;
}
.king-tide {
color: #2d707c;
}
/* CSS Variables */
:root {
--terrace-pool:#9edbe0;
--luna-moona:#6fc2c8;
--freshwater:#4fa8b5;
--seachange:#3b8b9b;
--king-tide:#2d707c;
}