Color names in this palette
CSS code for this palette
/* CSS */
.green-grapple {
color: #3cb4b4;
}
.holly-glen {
color: #a1b5b5;
}
.black-oak {
color: #4f4f4f;
}
.carbon-fiber {
color: #2e2e2e;
}
.eerie-black {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--green-grapple:#3cb4b4;
--holly-glen:#a1b5b5;
--black-oak:#4f4f4f;
--carbon-fiber:#2e2e2e;
--eerie-black:#1c1c1c;
}