Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.mountain-fig {
color: #39394c;
}
.succinct-violet {
color: #4d3a6e;
}
.cabbage-blossom-violet {
color: #704d7a;
}
.sappanwood {
color: #9f3c3c;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--mountain-fig:#39394c;
--succinct-violet:#4d3a6e;
--cabbage-blossom-violet:#704d7a;
--sappanwood:#9f3c3c;
}