CSS code for this palette
/* CSS */
.bright-turquoise {
color: #08e7dc;
}
.cyan-sky {
color: #00b2b3;
}
.teal {
color: #007f80;
}
.mosque {
color: #005c5c;
}
.rich-black {
color: #003d3d;
}
/* CSS Variables */
:root {
--bright-turquoise:#08e7dc;
--cyan-sky:#00b2b3;
--teal:#007f80;
--mosque:#005c5c;
--rich-black:#003d3d;
}