Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.garish-blue {
color: #00a4b3;
}
.aqua-velvet {
color: #009e9e;
}
.egyptian-teal {
color: #008c8f;
}
.macquarie {
color: #007d80;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--garish-blue:#00a4b3;
--aqua-velvet:#009e9e;
--egyptian-teal:#008c8f;
--macquarie:#007d80;
}