Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.intense-purple {
color: #4b4b6c;
}
.ontario-violet {
color: #7a7aae;
}
.hopscotch {
color: #b4b43c;
}
.chi-gong {
color: #d82c2c;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--intense-purple:#4b4b6c;
--ontario-violet:#7a7aae;
--hopscotch:#b4b43c;
--chi-gong:#d82c2c;
}