Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
.wilted-brown {
color: #a94b3d;
}
.witch-soup {
color: #6a294a;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
--wilted-brown:#a94b3d;
--witch-soup:#6a294a;
}