Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.lagoona-teal {
color: #77c6d4;
}
.freshwater {
color: #4ea9b7;
}
.azure-tide {
color: #2c9b8e;
}
.tropical-green {
color: #1e7b6d;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--lagoona-teal:#77c6d4;
--freshwater:#4ea9b7;
--azure-tide:#2c9b8e;
--tropical-green:#1e7b6d;
}