Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #201d2f;
}
.skeletor-s-cape {
color: #792c90;
}
.dairy-made {
color: #f1b83b;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--black-howl:#201d2f;
--skeletor-s-cape:#792c90;
--dairy-made:#f1b83b;
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
}