Color names in this palette
CSS code for this palette
/* CSS */
.burnt-copper {
color: #c46b3b;
}
.squash-bisque {
color: #ebb07f;
}
.scalloped-potatoes {
color: #f5d68a;
}
.curry {
color: #d6a62e;
}
.chocolate-bhut-jolokia {
color: #7d2b2c;
}
/* CSS Variables */
:root {
--burnt-copper:#c46b3b;
--squash-bisque:#ebb07f;
--scalloped-potatoes:#f5d68a;
--curry:#d6a62e;
--chocolate-bhut-jolokia:#7d2b2c;
}