Color names in this palette
CSS code for this palette
/* CSS */
.adonis-rose-yellow {
color: #f0c24c;
}
.zucchini-flower {
color: #e8a84f;
}
.jack-o-lantern {
color: #d67a4c;
}
.southwestern-clay {
color: #c96659;
}
.royal-heath {
color: #b45070;
}
/* CSS Variables */
:root {
--adonis-rose-yellow:#f0c24c;
--zucchini-flower:#e8a84f;
--jack-o-lantern:#d67a4c;
--southwestern-clay:#c96659;
--royal-heath:#b45070;
}