Color names in this palette
CSS code for this palette
/* CSS */
.tropical-waters {
color: #007b80;
}
.plumage {
color: #009987;
}
.cyan-sky {
color: #00b3b0;
}
.aztec-turquoise {
color: #00d9e0;
}
.vibrant-mint {
color: #00ffe6;
}
/* CSS Variables */
:root {
--tropical-waters:#007b80;
--plumage:#009987;
--cyan-sky:#00b3b0;
--aztec-turquoise:#00d9e0;
--vibrant-mint:#00ffe6;
}