Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.amphystine {
color: #3f3f5a;
}
.campanula-purple {
color: #6c6c99;
}
.chili-green {
color: #8c6e40;
}
.turmeric-tea {
color: #d78d2d;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--amphystine:#3f3f5a;
--campanula-purple:#6c6c99;
--chili-green:#8c6e40;
--turmeric-tea:#d78d2d;
}