Color names in this palette
CSS code for this palette
/* CSS */
.tropical-waters {
color: #007b80;
}
.plumage {
color: #00998a;
}
.verditer {
color: #00b3aa;
}
.cala-benirr-s-blue {
color: #00c2bf;
}
.aztec-turquoise {
color: #00d8db;
}
/* CSS Variables */
:root {
--tropical-waters:#007b80;
--plumage:#00998a;
--verditer:#00b3aa;
--cala-benirr-s-blue:#00c2bf;
--aztec-turquoise:#00d8db;
}