Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8b8b;
}
.sinkhole {
color: #4a6d6d;
}
.oracle {
color: #3b5454;
}
.far-away-grey {
color: #2c3a3a;
}
.noble-black {
color: #1f2323;
}
/* CSS Variables */
:root {
--steel-teal:#5b8b8b;
--sinkhole:#4a6d6d;
--oracle:#3b5454;
--far-away-grey:#2c3a3a;
--noble-black:#1f2323;
}