Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.regula-barbara-blue {
color: #009999;
}
.teal {
color: #007f80;
}
.overboard {
color: #005757;
}
.rich-black {
color: #003d3d;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--regula-barbara-blue:#009999;
--teal:#007f80;
--overboard:#005757;
--rich-black:#003d3d;
}