Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.zucchini-flower {
color: #e9a84e;
}
.bright-sienna {
color: #d58a58;
}
.terra-tone {
color: #b76d6c;
}
.orchid-lei {
color: #9c4f7a;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--zucchini-flower:#e9a84e;
--bright-sienna:#d58a58;
--terra-tone:#b76d6c;
--orchid-lei:#9c4f7a;
}