Color names in this palette
CSS code for this palette
/* CSS */
.flint-corn-red {
color: #d6613d;
}
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.french-market {
color: #a4c6a6;
}
.jericho-jade {
color: #4f8c7e;
}
/* CSS Variables */
:root {
--flint-corn-red:#d6613d;
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--french-market:#a4c6a6;
--jericho-jade:#4f8c7e;
}