Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1f2a;
}
.victory-blue {
color: #3b3e59;
}
.pharaoh-purple {
color: #5e6287;
}
.brown-rum {
color: #ba9c4a;
}
.bonfire-night {
color: #d86b41;
}
/* CSS Variables */
:root {
--black-howl:#1d1f2a;
--victory-blue:#3b3e59;
--pharaoh-purple:#5e6287;
--brown-rum:#ba9c4a;
--bonfire-night:#d86b41;
}