Color names in this palette
CSS code for this palette
/* CSS */
.midnight-green {
color: #004b52;
}
.macquarie {
color: #007d80;
}
.riviera-paradise {
color: #00999e;
}
.cyan-sky {
color: #00b0b3;
}
.turquoise-surf {
color: #00c7c7;
}
/* CSS Variables */
:root {
--midnight-green:#004b52;
--macquarie:#007d80;
--riviera-paradise:#00999e;
--cyan-sky:#00b0b3;
--turquoise-surf:#00c7c7;
}