Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.amphystine {
color: #3e3e5b;
}
.campanula-purple {
color: #6f6f90;
}
.redeye {
color: #b13939;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--amphystine:#3e3e5b;
--campanula-purple:#6f6f90;
--redeye:#b13939;
--n-rang-orange:#ff8052;
}