Color names in this palette
CSS code for this palette
/* CSS */
.zucchini-flower {
color: #e6a84c;
}
.vibrant-amber {
color: #cf8d2a;
}
.cockatrice-brown {
color: #a65f1c;
}
.warrior-queen {
color: #a32e4d;
}
.cadmium-violet {
color: #7d409c;
}
/* CSS Variables */
:root {
--zucchini-flower:#e6a84c;
--vibrant-amber:#cf8d2a;
--cockatrice-brown:#a65f1c;
--warrior-queen:#a32e4d;
--cadmium-violet:#7d409c;
}