Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.blue-suede-shoes {
color: #4b4b63;
}
.dark-prince {
color: #6e6e8c;
}
.brown-rust {
color: #af5a3c;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--blue-suede-shoes:#4b4b63;
--dark-prince:#6e6e8c;
--brown-rust:#af5a3c;
--capocollo:#d8544f;
}