Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edde0;
}
.water-wonder {
color: #80d1d0;
}
.cave-lake {
color: #4eb6c6;
}
.sailfish {
color: #2b9cb6;
}
.cote-d-azur {
color: #007a8a;
}
/* CSS Variables */
:root {
--terrace-pool:#9edde0;
--water-wonder:#80d1d0;
--cave-lake:#4eb6c6;
--sailfish:#2b9cb6;
--cote-d-azur:#007a8a;
}