Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1f2f;
}
.soft-cashmere {
color: #f0b7d6;
}
.golden-schnitzel {
color: #e1b70e;
}
.medium-brown {
color: #7e4e0c;
}
.harvest-night {
color: #5a3f88;
}
/* CSS Variables */
:root {
--black-howl:#1e1f2f;
--soft-cashmere:#f0b7d6;
--golden-schnitzel:#e1b70e;
--medium-brown:#7e4e0c;
--harvest-night:#5a3f88;
}