Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1c1f2c;
}
.independence {
color: #4b4f6c;
}
.blue-intrigue {
color: #7b7f9d;
}
.pewter-patter {
color: #b9b5a7;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--black-howl:#1c1f2c;
--independence:#4b4f6c;
--blue-intrigue:#7b7f9d;
--pewter-patter:#b9b5a7;
--bacon-strips:#e13e33;
}