Color names in this palette
CSS code for this palette
/* CSS */
.kuretake-black-manga {
color: #00191a;
}
.sherpa-blue {
color: #004a4d;
}
.teal {
color: #007f80;
}
.cyan-sky {
color: #00b2b3;
}
.aztec-turquoise {
color: #00e0e0;
}
/* CSS Variables */
:root {
--kuretake-black-manga:#00191a;
--sherpa-blue:#004a4d;
--teal:#007f80;
--cyan-sky:#00b2b3;
--aztec-turquoise:#00e0e0;
}