Color names in this palette
CSS code for this palette
/* CSS */
.summerset {
color: #c77d3d;
}
.zucchini-flower {
color: #e6a64c;
}
.stormeye {
color: #e6b37f;
}
.cockatrice-brown {
color: #a75f20;
}
.spiced-red {
color: #8c4b3b;
}
/* CSS Variables */
:root {
--summerset:#c77d3d;
--zucchini-flower:#e6a64c;
--stormeye:#e6b37f;
--cockatrice-brown:#a75f20;
--spiced-red:#8c4b3b;
}