Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.mosque {
color: #005c5c;
}
.rich-black {
color: #003d3d;
}
.roof-tile-green {
color: #002e2e;
}
.stellar-explorer {
color: #001f1f;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--mosque:#005c5c;
--rich-black:#003d3d;
--roof-tile-green:#002e2e;
--stellar-explorer:#001f1f;
}