Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.black-panther {
color: #424242;
}
.dugong {
color: #707070;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--black-panther:#424242;
--dugong:#707070;
--artificial-intelligence-grey:#a1a1a1;
--white:#ffffff;
}