Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.amphystine {
color: #3e3e5b;
}
.colossus {
color: #5e5e8d;
}
.ruffled-iris {
color: #9f9fc1;
}
.artistic-violet {
color: #d1d1e6;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--amphystine:#3e3e5b;
--colossus:#5e5e8d;
--ruffled-iris:#9f9fc1;
--artistic-violet:#d1d1e6;
}