Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f1b041;
}
.vampire-red {
color: #d63f2e;
}
.wilted-brown {
color: #a94b3d;
}
.red-mane {
color: #6f3c2a;
}
.mermaid-s-tail {
color: #3c7939;
}
/* CSS Variables */
:root {
--butter-cream:#f1b041;
--vampire-red:#d63f2e;
--wilted-brown:#a94b3d;
--red-mane:#6f3c2a;
--mermaid-s-tail:#3c7939;
}