Color names in this palette
CSS code for this palette
/* CSS */
.bright-turquoise {
color: #08e7dc;
}
.verditer {
color: #00b3aa;
}
.macquarie {
color: #007d80;
}
.sandhill-crane {
color: #005f61;
}
.rich-black {
color: #003d3c;
}
/* CSS Variables */
:root {
--bright-turquoise:#08e7dc;
--verditer:#00b3aa;
--macquarie:#007d80;
--sandhill-crane:#005f61;
--rich-black:#003d3c;
}