Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-lace {
color: #f6e5d5;
}
.peach-patch {
color: #f2d6a1;
}
.citrus-zest {
color: #f1c65b;
}
.roasted-squash {
color: #e6a15b;
}
.flint-corn-red {
color: #d6613d;
}
/* CSS Variables */
:root {
--heirloom-lace:#f6e5d5;
--peach-patch:#f2d6a1;
--citrus-zest:#f1c65b;
--roasted-squash:#e6a15b;
--flint-corn-red:#d6613d;
}