Color names in this palette
CSS code for this palette
/* CSS */
.flame-stitch {
color: #d95d45;
}
.trick-or-treat {
color: #ebb089;
}
.warming-peach {
color: #e2baa2;
}
.citrus-sachet {
color: #f1c6a7;
}
.fireglow {
color: #d65e3d;
}
/* CSS Variables */
:root {
--flame-stitch:#d95d45;
--trick-or-treat:#ebb089;
--warming-peach:#e2baa2;
--citrus-sachet:#f1c6a7;
--fireglow:#d65e3d;
}