Color names in this palette
CSS code for this palette
/* CSS */
.macquarie {
color: #007d80;
}
.regula-barbara-blue {
color: #009999;
}
.cyan-sky {
color: #00b8b5;
}
.jade-glass {
color: #00d1ce;
}
.bright-turquoise {
color: #00e6e2;
}
/* CSS Variables */
:root {
--macquarie:#007d80;
--regula-barbara-blue:#009999;
--cyan-sky:#00b8b5;
--jade-glass:#00d1ce;
--bright-turquoise:#00e6e2;
}