Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.black-violet {
color: #2b2b45;
}
.amphystine {
color: #3e3e5b;
}
.pure-white {
color: #f8f8f2;
}
.pink-plastic-fantastic {
color: #ff7ac6;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--black-violet:#2b2b45;
--amphystine:#3e3e5b;
--pure-white:#f8f8f2;
--pink-plastic-fantastic:#ff7ac6;
}