Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d45d40;
}
.stone-fruit {
color: #f1a488;
}
.heirloom-apricot {
color: #f3bfa5;
}
.warm-bread {
color: #f8e5d3;
}
.borscht {
color: #8c2a26;
}
/* CSS Variables */
:root {
--fireglow:#d45d40;
--stone-fruit:#f1a488;
--heirloom-apricot:#f3bfa5;
--warm-bread:#f8e5d3;
--borscht:#8c2a26;
}