Color names in this palette
CSS code for this palette
/* CSS */
.flint-corn-red {
color: #d9623a;
}
.indiana-clay {
color: #e7895a;
}
.fresh-peaches {
color: #f7b98d;
}
.paw-paw {
color: #f9d59f;
}
.illuminated {
color: #f9e5d7;
}
/* CSS Variables */
:root {
--flint-corn-red:#d9623a;
--indiana-clay:#e7895a;
--fresh-peaches:#f7b98d;
--paw-paw:#f9d59f;
--illuminated:#f9e5d7;
}