Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.zucchini-flower {
color: #e8a84f;
}
.jack-o-lantern {
color: #d67a4c;
}
.martian-ironearth {
color: #c3574b;
}
.primal-red {
color: #a42d51;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--zucchini-flower:#e8a84f;
--jack-o-lantern:#d67a4c;
--martian-ironearth:#c3574b;
--primal-red:#a42d51;
}