Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.mountain-fig {
color: #3a3a4b;
}
.shearwater-black {
color: #5c5c6a;
}
.silver-surfer {
color: #7e7e86;
}
.silver-sconce {
color: #a1a1a5;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--mountain-fig:#3a3a4b;
--shearwater-black:#5c5c6a;
--silver-surfer:#7e7e86;
--silver-sconce:#a1a1a5;
}