Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d8e3;
}
.water-flow {
color: #7fc7d7;
}
.blue-grotto {
color: #4ea4c6;
}
.bermuda {
color: #1a7d8e;
}
.egyptian-enamel {
color: #005e66;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d8e3;
--water-flow:#7fc7d7;
--blue-grotto:#4ea4c6;
--bermuda:#1a7d8e;
--egyptian-enamel:#005e66;
}