Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f2b231;
}
.zucchini-flower {
color: #e6a851;
}
.folksy-gold {
color: #d5956d;
}
.grey-matter {
color: #c97e8a;
}
.cyclamen-red {
color: #a65987;
}
/* CSS Variables */
:root {
--xanthous:#f2b231;
--zucchini-flower:#e6a851;
--folksy-gold:#d5956d;
--grey-matter:#c97e8a;
--cyclamen-red:#a65987;
}