Color names in this palette
CSS code for this palette
/* CSS */
.macquarie {
color: #007d80;
}
.aqua-velvet {
color: #009e9e;
}
.cyan-sky {
color: #00b2b3;
}
.turquoise-surf {
color: #00c7c4;
}
.aztec-turquoise {
color: #00e0e0;
}
/* CSS Variables */
:root {
--macquarie:#007d80;
--aqua-velvet:#009e9e;
--cyan-sky:#00b2b3;
--turquoise-surf:#00c7c4;
--aztec-turquoise:#00e0e0;
}