Color names in this palette
CSS code for this palette
/* CSS */
.zucchini-flower {
color: #e6a84c;
}
.vibrant-amber {
color: #d18e29;
}
.mid-century-furniture {
color: #a75f1b;
}
.warrior-queen {
color: #a42d4d;
}
.cadmium-violet {
color: #7d409c;
}
/* CSS Variables */
:root {
--zucchini-flower:#e6a84c;
--vibrant-amber:#d18e29;
--mid-century-furniture:#a75f1b;
--warrior-queen:#a42d4d;
--cadmium-violet:#7d409c;
}