Color names in this palette
CSS code for this palette
/* CSS */
.midnight-green {
color: #004b52;
}
.macquarie {
color: #007d80;
}
.regula-barbara-blue {
color: #009999;
}
.cyan-sky {
color: #00b2b3;
}
.turquoise-surf {
color: #00c7c7;
}
/* CSS Variables */
:root {
--midnight-green:#004b52;
--macquarie:#007d80;
--regula-barbara-blue:#009999;
--cyan-sky:#00b2b3;
--turquoise-surf:#00c7c7;
}